From b7fa7c80fbe46360e5f37e01f4f51ed2f2244191 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Mon, 1 May 2006 21:33:34 +0000 Subject: replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to the hardcoded value svn path=/main/trunk/; revision=3297 --- bin/prepstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/prepstrip') diff --git a/bin/prepstrip b/bin/prepstrip index 44b6b519..cd28ec11 100755 --- a/bin/prepstrip +++ b/bin/prepstrip @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id: /var/cvsroot/gentoo-src/portage/bin/prepstrip,v 1.23.2.3 2005/08/15 02:58:20 vapier Exp $ -source /usr/lib/portage/bin/isolated-functions.sh +source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh if [[ " ${FEATURES} " == *" nostrip "* ]] || \ [[ " ${RESTRICT} " == *" nostrip "* ]] || \ -- cgit v1.2.3-65-gdbad