summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-04 21:30:38 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-04 21:30:38 +0000
commit8460689ac182dcafeabd9fa90d0bebd5b50fda75 (patch)
tree7c55ed24ea2a5e3053db3d0276465a93b2c0b453 /bin/misc-functions.sh
parent02f1e9a143441e8eef2699e8f604f0a5c57ce1c1 (diff)
downloadportage-8460689ac182dcafeabd9fa90d0bebd5b50fda75.tar.gz
portage-8460689ac182dcafeabd9fa90d0bebd5b50fda75.tar.bz2
portage-8460689ac182dcafeabd9fa90d0bebd5b50fda75.zip
Call ecompressdir and ecompress --dequeue outside of prepall since ruby.eclass overrides prepall.
svn path=/main/trunk/; revision=7568
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 91c3cb4c8..10e71bb7a 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -43,6 +43,8 @@ install_symlink_html_docs() {
install_qa_check() {
cd "${D}" || die "cd failed"
+ ecompressdir --dequeue
+ ecompress --dequeue
prepall
# Now we look for all world writable files.