diff options
-rwxr-xr-x | bin/ebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 21a3afda8..4ba25ee12 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1215,7 +1215,7 @@ dyn_preinst() { [ "${EMERGE_FROM}" == "binary" ] && IMAGE=${PKG_TMPDIR}/${PF}/bin \ || IMAGE=${D} - pkg_preinst + D=${IMAGE} pkg_preinst # hopefully this will someday allow us to get rid of the no* feature flags # we don't want globbing for initial expansion, but afterwards, we do |