summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-19 18:05:39 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-19 18:05:39 +0000
commit8402ec3948fc2aa1287d8fcba4f301e624e39c42 (patch)
tree5652a9537088144d3fc5fbcff80c0b39a3b7977d /dev-util/gnustep-base
parentAllow WEBROOT to be set by the environment (and give it a nice default if not). (diff)
downloadgentoo-2-8402ec3948fc2aa1287d8fcba4f301e624e39c42.tar.gz
gentoo-2-8402ec3948fc2aa1287d8fcba4f301e624e39c42.tar.bz2
gentoo-2-8402ec3948fc2aa1287d8fcba4f301e624e39c42.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.ebuild4
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"
}