From: Fabian Groffen Date: Sun, 4 Dec 2011 09:19:03 +0000 (+0100) Subject: doenvd: use @PORTAGE_BASE@ iso /usr/lib/portage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa7665d8f40398e6cb4e930a9fb2a7ca9c982ca1;p=portage.git doenvd: use @PORTAGE_BASE@ iso /usr/lib/portage --- diff --git a/bin/ebuild-helpers/doenvd b/bin/ebuild-helpers/doenvd index 561e67df0..31c57d55a 100755 --- a/bin/ebuild-helpers/doenvd +++ b/bin/ebuild-helpers/doenvd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 if [[ $# -lt 1 ]] ; then - source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh + source "${PORTAGE_BIN_PATH:-@PORTAGE_BASE@/bin}"/isolated-functions.sh helpers_die "${0##*/}: at least one argument needed" exit 1 fi