diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 17:49:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-04 17:49:57 +0000 |
commit | a0884bb46733ddf346a97c62706983c00082462c (patch) | |
tree | 537944ad4cfa00cc1c91b23343ee3f6758c8100a /app-emulation/xtrs | |
parent | syntax fixes (diff) | |
download | historical-a0884bb46733ddf346a97c62706983c00082462c.tar.gz historical-a0884bb46733ddf346a97c62706983c00082462c.tar.bz2 historical-a0884bb46733ddf346a97c62706983c00082462c.zip |
syntax fixes
Diffstat (limited to 'app-emulation/xtrs')
-rw-r--r-- | app-emulation/xtrs/xtrs-4.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 |