diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 00:12:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 00:12:53 +0000 |
commit | bda880e2afe0abd06390bc141eeab1024a74648e (patch) | |
tree | 07eaee096a02bacd9b99912364cce08f7a5b447a /app-emulation | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | historical-bda880e2afe0abd06390bc141eeab1024a74648e.tar.gz historical-bda880e2afe0abd06390bc141eeab1024a74648e.tar.bz2 historical-bda880e2afe0abd06390bc141eeab1024a74648e.zip |
Changed mkdir ${D} to dodir ${D}
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild b/app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild index 3527967682dc..ae234ed0f2ab 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild,v 1.1 2002/11/13 18:20:43 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.2.1.ebuild,v 1.2 2002/11/30 00:12:53 vapier Exp $ IUSE="cups opengl" @@ -85,7 +85,7 @@ src_install () { # Creates /usr/lib/winex-cvs/.data with fake_windows in it # This is needed for our new winex-cvs wrapper script - mkdir ${D}/usr/lib/winex-cvs/.data + dodir /usr/lib/winex-cvs/.data pushd ${D}/usr/lib/winex-cvs/.data tar jxvf ${FILESDIR}/${PN}-fake_windows.tar.bz2 popd @@ -95,7 +95,7 @@ src_install () { cp ${S}/documentation/samples/config ${D}/usr/lib/winex-cvs/.data/config cp ${WORKDIR}/wine/winedefault.reg ${D}/usr/lib/winex-cvs/.data/winedefault.reg # Install the wrapper script - mkdir ${D}/usr/bin + dodir /usr/bin cp ${FILESDIR}/${PN}-winex ${D}/usr/bin/winex-cvs cp ${FILESDIR}/${PN}-regedit ${D}/usr/bin/regedit-winex-cvs |