Make dyn_clean() consistent wrt removal of ${PORTAGE_BUILDDIR}/image and
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 13:08:45 +0000 (13:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 13:08:45 +0000 (13:08 -0000)
commit659a580a577ade1d8a381d465e51d593d2b0ef1a
treef8a25f2304405c88ec39a7dc69b99337987caad8
parent9b6ab32fd773f59917688b75b2ea5da5db626602
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). (trunk r9527)

svn path=/main/branches/2.1.2/; revision=9579
bin/ebuild.sh