Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image and
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 05:03:55 +0000 (05:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 05:03:55 +0000 (05:03 -0000)
commiteb198446fc0952c802e22f1c1c086fe08fd1e8e0
tree384c1131b90e0a8336b6678cc9b187baa51d080c
parent6d068a8c3f86ac1550be649f6f958adeff8e3f23
Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image and
${PORTAGE_BUILDDIR}/.installed since otherwise with FEATURES=keepwork
dyn_install() will not call src_install() as necessary to repopulate
${PORTAGE_BUILDDIR}/image (resulting in install_qa_check failure due
to absence of ${PORTAGE_BUILDDIR}/image).

svn path=/main/trunk/; revision=9527
bin/ebuild.sh