summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-04 21:34:35 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-04 21:34:35 +0000
commit4bb3a36a4d4d6643fde0be113f6ac40447bde78a (patch)
tree2c92c91fc1318175179abd8da770230176c6730c /bin
parentCall ecompressdir and ecompress --dequeue outside of prepall since ruby.eclas... (diff)
downloadportage-idfetch-4bb3a36a4d4d6643fde0be113f6ac40447bde78a.tar.gz
portage-idfetch-4bb3a36a4d4d6643fde0be113f6ac40447bde78a.tar.bz2
portage-idfetch-4bb3a36a4d4d6643fde0be113f6ac40447bde78a.zip
Move ecompressdir and ecompress --dequeue after prepall.
svn path=/main/trunk/; revision=7570
Diffstat (limited to 'bin')
-rwxr-xr-xbin/misc-functions.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 10e71bb7..06698fbe 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