projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7665d
)
doins: don't set ED (rely on Prefix)
author
Fabian Groffen
<grobian@gentoo.org>
Sun, 4 Dec 2011 09:22:50 +0000
(10:22 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Sun, 4 Dec 2011 09:22:50 +0000
(10:22 +0100)
bin/ebuild-helpers/doins
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/doins
b/bin/ebuild-helpers/doins
index 46796cb3ba683fe17acfbe78f5ed98aa31a167a4..0eafced99744d8587783d8fab815e46cfca72d09 100755
(executable)
--- a/
bin/ebuild-helpers/doins
+++ b/
bin/ebuild-helpers/doins
@@
-27,7
+27,9
@@
else
DOINSRECUR=n
fi
-case "$EAPI" in 0|1|2) export ED="${D}" ;; esac
+# PREFIX LOCAL: always support ED
+#case "$EAPI" in 0|1|2) export ED="${D}" ;; esac
+# END PREFIX LOCAL
if [[ ${INSDESTTREE#${ED}} != "${INSDESTTREE}" ]]; then
vecho "-------------------------------------------------------" 1>&2