From ab46499322311c1faa710c63d0a5339e49a9061a Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 26 Sep 2012 22:31:20 +0200 Subject: Add eapi.sh with ___eapi_*() functions and use these functions in other files. --- bin/ebuild-helpers/dosym | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/ebuild-helpers/dosym') diff --git a/bin/ebuild-helpers/dosym b/bin/ebuild-helpers/dosym index 34637c2f7..649b100de 100755 --- a/bin/ebuild-helpers/dosym +++ b/bin/ebuild-helpers/dosym @@ -9,8 +9,9 @@ if [[ $# -ne 2 ]] ; then exit 1 fi -[[ " ${FEATURES} " == *" force-prefix "* ]] || \ - case "$EAPI" in 0|1|2) ED=${D} ;; esac +if ! ___eapi_has_prefix_variables; then + ED=${D} +fi if [[ ${2} == */ ]] || \ [[ -d ${ED}${2} && ! -L ${ED}${2} ]] ; then -- cgit v1.2.3-1-g7c22