summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/pose/pose-3.5-r1.ebuild6
-rw-r--r--app-emulation/wine/wine-20021007.ebuild6
-rw-r--r--app-emulation/xtrs/xtrs-4.9.ebuild8
3 files changed, 10 insertions, 10 deletions
diff --git a/app-emulation/pose/pose-3.5-r1.ebuild b/app-emulation/pose/pose-3.5-r1.ebuild
index 6e657e00bbe3..5c1e50df4bc1 100644
--- a/app-emulation/pose/pose-3.5-r1.ebuild
+++ b/app-emulation/pose/pose-3.5-r1.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/pose/pose-3.5-r1.ebuild,v 1.3 2002/10/20 18:37:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5-r1.ebuild,v 1.4 2002/11/04 17:48:31 seemant Exp $
S=${WORKDIR}/Emulator_Src_3.5
FLTK_PV=1.0.11
@@ -75,8 +75,8 @@ src_install() {
insinto /usr/share/doc/${PF}
doins *.pdf
- mkdir -p ${D}/usr/share/pose/downloads
- mkdir -p ${D}/usr/share/pose/roms
+ dodir /usr/share/pose/downloads
+ dodir /usr/share/pose/roms
cd ${S}/ROMTransfer/Source
insinto /usr/share/pose/downloads
diff --git a/app-emulation/wine/wine-20021007.ebuild b/app-emulation/wine/wine-20021007.ebuild
index 89d048030022..158f360c22f4 100644
--- a/app-emulation/wine/wine-20021007.ebuild
+++ b/app-emulation/wine/wine-20021007.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/wine/wine-20021007.ebuild,v 1.3 2002/10/24 23:23:44 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20021007.ebuild,v 1.4 2002/11/04 17:49:03 seemant Exp $
IUSE="nas arts cups opengl alsa"
@@ -61,11 +61,11 @@ src_install () {
make ${WINEMAKEOPTS} install || die
# Needed for later installation
- mkdir -p ${D}/usr/bin
+ dodir /usr/bin
### Creation of /usr/lib/wine/.data
# Setting up fake_windows
- mkdir ${D}/usr/lib/wine/.data
+ dodir /usr/lib/wine/.data
cd ${D}/usr/lib/wine/.data
tar jxvf ${FILESDIR}/${P}-fake_windows.tar.bz2
chown root:root fake_windows/ -R
diff --git a/app-emulation/xtrs/xtrs-4.9.ebuild b/app-emulation/xtrs/xtrs-4.9.ebuild
index 976de69d0a3d..d6a3daa14aae 100644
--- a/app-emulation/xtrs/xtrs-4.9.ebuild
+++ b/app-emulation/xtrs/xtrs-4.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/xtrs-4.9.ebuild,v 1.6 2002/10/20 18:37:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xtrs/xtrs-4.9.ebuild,v 1.7 2002/11/04 17:49:57 seemant Exp $
DESCRIPTION="XTRS 4.9.0 - RadioShack TRS80 Emulator, inc. FreeWare ROM & LDOS Image"
HOMEPAGE="http://www.tim-mann.org/trs80.html"
@@ -40,9 +40,9 @@ src_install () {
### which fails miserablly if the directories dont exist, we'll create them
### first to keep everthing smiley happy
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/share/xtrs
- mkdir -p ${D}/usr/share/man/man1
+ dodir /usr/bin
+ dodir /usr/share/xtrs
+ dodir /usr/share/man/man1
### and now run the make install script