summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-05-01 21:33:34 +0000
committerSimon Stelling <blubb@gentoo.org>2006-05-01 21:33:34 +0000
commitb7fa7c80fbe46360e5f37e01f4f51ed2f2244191 (patch)
tree34567a68dc8bb099ed88d0450d18a456a170c155 /bin/preplib
parentmake portage shut up if --quiet is given; bug 62273 (diff)
downloadportage-multirepo-b7fa7c80fbe46360e5f37e01f4f51ed2f2244191.tar.gz
portage-multirepo-b7fa7c80fbe46360e5f37e01f4f51ed2f2244191.tar.bz2
portage-multirepo-b7fa7c80fbe46360e5f37e01f4f51ed2f2244191.zip
replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to the hardcoded value
svn path=/main/trunk/; revision=3297
Diffstat (limited to 'bin/preplib')
-rwxr-xr-xbin/preplib2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/preplib b/bin/preplib
index b42fb9ba..ab784d2c 100755
--- a/bin/preplib
+++ b/bin/preplib
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/bin/preplib,v 1.7.2.1 2005/01/02 09:36:02 jstubbs Exp $
-source /usr/lib/portage/bin/isolated-functions.sh
+source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
vecho "QA Notice: Please stop using me, fix your package instead" 1>&2