summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-12-05 16:10:30 +0000
committerFabian Groffen <grobian@gentoo.org>2009-12-05 16:10:30 +0000
commit7bee9f818a8aed2bcb19ebe20c81908b5f6ab58f (patch)
treefb5fb3c688d450fc6d3b0d1d03f3551a0a454d24 /eclass/gnustep-base.eclass
parentFix kde-base/kwin depend wrt #295593, thanks to AntiXpucT for reporting. (diff)
downloadgentoo-2-7bee9f818a8aed2bcb19ebe20c81908b5f6ab58f.tar.gz
gentoo-2-7bee9f818a8aed2bcb19ebe20c81908b5f6ab58f.tar.bz2
gentoo-2-7bee9f818a8aed2bcb19ebe20c81908b5f6ab58f.zip
Make compatible for Prefix
Diffstat (limited to 'eclass/gnustep-base.eclass')
-rw-r--r--eclass/gnustep-base.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index 29465f374d1f..cad1f1e2cd35 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.13 2009/11/25 10:11:40 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.14 2009/12/05 16:10:30 grobian Exp $
inherit eutils flag-o-matic
@@ -18,7 +18,7 @@ IUSE="debug doc"
GNUSTEP_CORE_DEPEND="doc? ( virtual/texi2dvi dev-tex/latex2html app-text/texi2html )"
# Where to install GNUstep
-GNUSTEP_PREFIX="/usr/GNUstep"
+GNUSTEP_PREFIX="${EPREFIX}/usr/GNUstep"
# GNUstep environment array
typeset -a GS_ENV
@@ -221,7 +221,7 @@ EOF
done
echo 'echo "done"' >> "${T}"/${cfile}
- exeinto ${GNUSTEP_SYSTEM_TOOLS}/Gentoo
+ exeinto ${GNUSTEP_SYSTEM_TOOLS#${EPREFIX}}/Gentoo
doexe "${T}"/${cfile}
}