summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/misc-functions.sh2
-rwxr-xr-xbin/prepall3
2 files changed, 2 insertions, 3 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.
diff --git a/bin/prepall b/bin/prepall
index dbbe95826..eec5c814c 100755
--- a/bin/prepall
+++ b/bin/prepall
@@ -16,9 +16,6 @@ fi
prepallman
prepallinfo
-ecompressdir --dequeue
-ecompress --dequeue
-
prepallstrip
if type -P chflags > /dev/null && type -P mtree > /dev/null; then