diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-08-04 21:34:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-08-04 21:34:35 +0000 |
commit | 4bb3a36a4d4d6643fde0be113f6ac40447bde78a (patch) | |
tree | 2c92c91fc1318175179abd8da770230176c6730c | |
parent | 8460689ac182dcafeabd9fa90d0bebd5b50fda75 (diff) | |
download | portage-4bb3a36a4d4d6643fde0be113f6ac40447bde78a.tar.gz portage-4bb3a36a4d4d6643fde0be113f6ac40447bde78a.tar.bz2 portage-4bb3a36a4d4d6643fde0be113f6ac40447bde78a.zip |
Move ecompressdir and ecompress --dequeue after prepall.
svn path=/main/trunk/; revision=7570
-rwxr-xr-x | bin/misc-functions.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |