summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/misc-functions.sh')
-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 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