summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/prepinfo2
-rwxr-xr-xbin/prepman2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/prepinfo b/bin/prepinfo
index ff1c6a88a..582f41fed 100755
--- a/bin/prepinfo
+++ b/bin/prepinfo
@@ -28,4 +28,4 @@ find "${D}${infodir}" -type d -print0 | while read -d $'\0' x ; do
rm -f "${x}"/dir{,.info}{,.gz,.bz2}
done
-exec ecompressdir "${infodir}"
+exec ecompressdir --queue "${infodir}"
diff --git a/bin/prepman b/bin/prepman
index c2a245f40..af6ad1f82 100755
--- a/bin/prepman
+++ b/bin/prepman
@@ -25,6 +25,6 @@ for subdir in "${mandir}"/man* "${mandir}"/*/man* ; do
[[ -d ${subdir} ]] && really_is_mandir=1 && break
done
-[[ ${really_is_mandir} == 1 ]] && exec ecompressdir "${mandir#${D}}"
+[[ ${really_is_mandir} == 1 ]] && exec ecompressdir --queue "${mandir#${D}}"
exit 0