diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:10:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:10:34 +0000 |
commit | 509ff8ffdb33d927dfa9f22084998201d6fb2d33 (patch) | |
tree | 1a2f1ccd202c2b3986e11f4d3e52c82fcb712154 /app-emulation/cedega | |
parent | ver bump (diff) | |
download | historical-509ff8ffdb33d927dfa9f22084998201d6fb2d33.tar.gz historical-509ff8ffdb33d927dfa9f22084998201d6fb2d33.tar.bz2 historical-509ff8ffdb33d927dfa9f22084998201d6fb2d33.zip |
touch the libc
Diffstat (limited to 'app-emulation/cedega')
-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} } |