diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-01-26 22:28:02 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-01-26 22:28:02 +0000 |
commit | e210dca76fc0b48f43c500f27075dcf16dcc94b8 (patch) | |
tree | a5811beacda786c99f390a6d2ca79756714041d8 /app-emulation/x48 | |
parent | bump with roms (diff) | |
download | gentoo-2-e210dca76fc0b48f43c500f27075dcf16dcc94b8.tar.gz gentoo-2-e210dca76fc0b48f43c500f27075dcf16dcc94b8.tar.bz2 gentoo-2-e210dca76fc0b48f43c500f27075dcf16dcc94b8.zip |
typo
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-emulation/x48')
-rw-r--r-- | app-emulation/x48/x48-0.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/x48/x48-0.4.3-r1.ebuild b/app-emulation/x48/x48-0.4.3-r1.ebuild index 3520e97159c7..1e70be7cc973 100644 --- a/app-emulation/x48/x48-0.4.3-r1.ebuild +++ b/app-emulation/x48/x48-0.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.1 2006/01/26 22:25:22 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.2 2006/01/26 22:28:02 taviso Exp $ inherit eutils @@ -41,7 +41,7 @@ src_install() { dodir /usr/share/hp48 insinto /usr/share/hp48 - doins ${S}/gxrom-r ${S}/sxrom-j + doins ${WORKDIR}/gxrom-r ${WORKDIR}/sxrom-j dodoc ${S}/doc/CARDS.doc ${S}/doc/ROMDump.doc dodoc ${S}/romdump/ROMDump ${S}/romdump/ROMDump.s |