summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gnustep-base/gnustep-base-1.3.4-r1.ebuild')
-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"
}