diff options
author | 2004-06-27 23:04:50 +0000 | |
---|---|---|
committer | 2004-06-27 23:04:50 +0000 | |
commit | 524693934163c0286d2885619a1513a6b96eecdd (patch) | |
tree | bc921253af57d081ba5a28fe00955cd1d560e889 /app-emulation/cedega/cedega-4.0.ebuild | |
parent | ver bump (Manifest recommit) (diff) | |
download | gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.tar.gz gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.tar.bz2 gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.zip |
touch the libc
Diffstat (limited to 'app-emulation/cedega/cedega-4.0.ebuild')
-rw-r--r-- | app-emulation/cedega/cedega-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/cedega/cedega-4.0.ebuild b/app-emulation/cedega/cedega-4.0.ebuild index 141bcbc661b3..7d9a892db582 100644 --- a/app-emulation/cedega/cedega-4.0.ebuild +++ b/app-emulation/cedega/cedega-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.3 2004/06/24 22:30:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cedega/cedega-4.0.ebuild,v 1.4 2004/06/27 23:02:04 vapier Exp $ MY_P="cedega_${PV}-1.i386" DESCRIPTION="Cedega replaces WineX, a distribution of Wine with enhanced DirectX for gaming" @@ -28,7 +28,7 @@ pkg_nofetch() { einfo "Then put the file in ${DISTDIR}" } -src_install () { +src_install() { mv ${WORKDIR}/usr ${D} } |