summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-14 16:35:00 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-14 16:35:00 +0000
commit9e952bd19f0490b5f579a6c76fe7f8d1451d652c (patch)
treee7781c26459ecb35d471f4c8bb60895620e76778 /bin
parent185aba8283dd3306ca24e306c19f94f53f4c3fa8 (diff)
downloadportage-9e952bd19f0490b5f579a6c76fe7f8d1451d652c.tar.gz
portage-9e952bd19f0490b5f579a6c76fe7f8d1451d652c.tar.bz2
portage-9e952bd19f0490b5f579a6c76fe7f8d1451d652c.zip
queue compression
svn path=/main/trunk/; revision=6402
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