From: Zac Medico Date: Sat, 4 Aug 2007 21:34:35 +0000 (-0000) Subject: Move ecompressdir and ecompress --dequeue after prepall. X-Git-Tag: v2.2_pre1~902 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bb3a36a4d4d6643fde0be113f6ac40447bde78a;p=portage.git Move ecompressdir and ecompress --dequeue after prepall. svn path=/main/trunk/; revision=7570 --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 10e71bb7a..06698fbe9 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -43,9 +43,10 @@ install_symlink_html_docs() { install_qa_check() { cd "${D}" || die "cd failed" + + prepall ecompressdir --dequeue ecompress --dequeue - prepall # Now we look for all world writable files. for i in $(find "${D}/" -type f -perm -2); do