summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-02 23:54:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-02 23:54:03 +0000
commitac9eb42d9a84a007cfb07f38bb2bff989325b84f (patch)
tree2bd2549077fe55dad28b42d51a48faf6ae3de5eb /bin
parent5b00dfcbd7600d9465ccb06f542ce3474d624f4a (diff)
downloadportage-ac9eb42d9a84a007cfb07f38bb2bff989325b84f.tar.gz
portage-ac9eb42d9a84a007cfb07f38bb2bff989325b84f.tar.bz2
portage-ac9eb42d9a84a007cfb07f38bb2bff989325b84f.zip
deprecate IMAGE
svn path=/main/branches/2.0/; revision=2249
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh2
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