diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-07-19 18:05:39 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-07-19 18:05:39 +0000 |
commit | 2adec6cc8a8c986b3fa068a15e96690b97432ac5 (patch) | |
tree | e2dbb5ab18d4520a92d1a794f134a5014f0a8ef1 /dev-util/gnustep-base | |
parent | Allow WEBROOT to be set by the environment (and give it a nice default if not). (diff) | |
download | historical-2adec6cc8a8c986b3fa068a15e96690b97432ac5.tar.gz historical-2adec6cc8a8c986b3fa068a15e96690b97432ac5.tar.bz2 historical-2adec6cc8a8c986b3fa068a15e96690b97432ac5.zip |
updated INSTALL_ROOT_DIR from ${D}/usr/GNUstep to ${D}. Now files
should install in the proper directory structure.
Diffstat (limited to 'dev-util/gnustep-base')
-rw-r--r-- | dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild b/dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild index 8a86fc992f1c..6ec837946879 100644 --- a/dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild +++ b/dev-util/gnustep-base/gnustep-base-1.3.4-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/dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild,v 1.1 2002/07/19 17:27:49 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild,v 1.2 2002/07/19 18:05:39 raker Exp $ DESCRIPTION="GNUstep base package" HOMEPAGE="http://www.gnustep.org" @@ -31,7 +31,7 @@ src_install () { make install \ GNUSTEP_INSTALLATION_DIR=${D}/usr/GNUstep/System \ - INSTALL_ROOT_DIR=${D}/usr/GNUstep \ + INSTALL_ROOT_DIR=${D} \ || die "install failed" } |