diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 01:36:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 01:36:42 +0000 |
commit | db55bb59c3abb87a2410e997ce295c7969a4cf47 (patch) | |
tree | 7f9fa9722f6502b0e347d2ba67e869e386a8944f /dev-util/gnustep-make | |
parent | changed mkdir ${D} to dodir (diff) | |
download | historical-db55bb59c3abb87a2410e997ce295c7969a4cf47.tar.gz historical-db55bb59c3abb87a2410e997ce295c7969a4cf47.tar.bz2 historical-db55bb59c3abb87a2410e997ce295c7969a4cf47.zip |
Changed mkdir ${D} to dodir ${D}
Diffstat (limited to 'dev-util/gnustep-make')
-rw-r--r-- | dev-util/gnustep-make/gnustep-make-1.2.1.ebuild | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild b/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild index 3d66f793f123..2b39588eead0 100644 --- a/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild +++ b/dev-util/gnustep-make/gnustep-make-1.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/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild,v 1.6 2002/11/17 09:15:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-make/gnustep-make-1.2.1.ebuild,v 1.7 2002/11/30 01:36:42 vapier Exp $ DESCRIPTION="GNUstep makefile package (stable)" HOMEPAGE="http://www.gnustep.org" @@ -26,49 +26,49 @@ src_compile() { } src_install() { - mkdir -p ${D}/usr ${D}/usr/GNUstep ${D}/usr/GNUstep/System \ - ${D}/usr/GNUstep/System/Makefiles \ - ${D}/usr/GNUstep/System/Makefiles/ix86 \ - ${D}/usr/GNUstep/System/Makefiles/ix86/linux-gnu \ - ${D}/usr/GNUstep/System/Makefiles/Additional \ - ${D}/usr/GNUstep/System/Tools \ - ${D}/usr/GNUstep/System/share \ - ${D}/usr/GNUstep/System/Apps \ - ${D}/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu \ - ${D}/usr/GNUstep/System/Libraries/Resources \ - ${D}/usr/GNUstep/System/Libraries/Java \ - ${D}/usr/GNUstep/System/Headers/ix86/linux-gnu \ - ${D}/usr/GNUstep/System/Tools/ix86/linux-gnu/gnu-gnu-gnu \ - ${D}/usr/GNUstep/System/Tools/Java \ - ${D}/usr/GNUstep/System/Library/Bundles \ - ${D}/usr/GNUstep/System/Library/Colors \ - ${D}/usr/GNUstep/System/Library/Frameworks \ - ${D}/usr/GNUstep/System/Library/PostScript \ - ${D}/usr/GNUstep/System/Library/Services \ - ${D}/usr/GNUstep/System/Documentation/Developer \ - ${D}/usr/GNUstep/System/Documentation/User \ - ${D}/usr/GNUstep/System/Documentation/info \ - ${D}/usr/GNUstep/System/Documentation/man \ - ${D}/usr/GNUstep/System/Developer/Palettes \ - ${D}/usr/GNUstep/Local/Apps \ - ${D}/usr/GNUstep/Local/Libraries/ix86/linux-gnu/gnu-gnu-gnu \ - ${D}/usr/GNUstep/Local/Libraries/Resources \ - ${D}/usr/GNUstep/Local/Libraries/Java \ - ${D}/usr/GNUstep/Local/Headers/ix86/linux-gnu \ - ${D}/usr/GNUstep/Local/Tools/ix86/linux-gnu/gnu-gnu-gnu \ - ${D}/usr/GNUstep/Local/Tools/Java \ - ${D}/usr/GNUstep/Local/Library/Bundles \ - ${D}/usr/GNUstep/Local/Library/Colors \ - ${D}/usr/GNUstep/Local/Library/Frameworks \ - ${D}/usr/GNUstep/Local/Library/PostScript \ - ${D}/usr/GNUstep/Local/Library/Services \ - ${D}/usr/GNUstep/Local/Documentation/Developer \ - ${D}/usr/GNUstep/Local/Documentation/User \ - ${D}/usr/GNUstep/Local/Developer/Palettes \ - ${D}/usr/GNUstep/Local/Users \ - ${D}/usr/GNUstep/Local/Users/Administrator \ - ${D}/usr/GNUstep/Network - + dodir /usr /usr/GNUstep /usr/GNUstep/System \ + /usr/GNUstep/System/Makefiles \ + /usr/GNUstep/System/Makefiles/ix86 \ + /usr/GNUstep/System/Makefiles/ix86/linux-gnu \ + /usr/GNUstep/System/Makefiles/Additional \ + /usr/GNUstep/System/Tools \ + /usr/GNUstep/System/share \ + /usr/GNUstep/System/Apps \ + /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu \ + /usr/GNUstep/System/Libraries/Resources \ + /usr/GNUstep/System/Libraries/Java \ + /usr/GNUstep/System/Headers/ix86/linux-gnu \ + /usr/GNUstep/System/Tools/ix86/linux-gnu/gnu-gnu-gnu \ + /usr/GNUstep/System/Tools/Java \ + /usr/GNUstep/System/Library/Bundles \ + /usr/GNUstep/System/Library/Colors \ + /usr/GNUstep/System/Library/Frameworks \ + /usr/GNUstep/System/Library/PostScript \ + /usr/GNUstep/System/Library/Services \ + /usr/GNUstep/System/Documentation/Developer \ + /usr/GNUstep/System/Documentation/User \ + /usr/GNUstep/System/Documentation/info \ + /usr/GNUstep/System/Documentation/man \ + /usr/GNUstep/System/Developer/Palettes \ + /usr/GNUstep/Local/Apps \ + /usr/GNUstep/Local/Libraries/ix86/linux-gnu/gnu-gnu-gnu \ + /usr/GNUstep/Local/Libraries/Resources \ + /usr/GNUstep/Local/Libraries/Java \ + /usr/GNUstep/Local/Headers/ix86/linux-gnu \ + /usr/GNUstep/Local/Tools/ix86/linux-gnu/gnu-gnu-gnu \ + /usr/GNUstep/Local/Tools/Java \ + /usr/GNUstep/Local/Library/Bundles \ + /usr/GNUstep/Local/Library/Colors \ + /usr/GNUstep/Local/Library/Frameworks \ + /usr/GNUstep/Local/Library/PostScript \ + /usr/GNUstep/Local/Library/Services \ + /usr/GNUstep/Local/Documentation/Developer \ + /usr/GNUstep/Local/Documentation/User \ + /usr/GNUstep/Local/Developer/Palettes \ + /usr/GNUstep/Local/Users \ + /usr/GNUstep/Local/Users/Administrator \ + /usr/GNUstep/Network + insinto /usr/GNUstep/System/Makefiles/ix86/linux-gnu doins which_lib config.make |