summaryrefslogtreecommitdiffstats
path: root/bin/prepman
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/prepman
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/prepman')
-rwxr-xr-xbin/prepman2
1 files changed, 1 insertions, 1 deletions
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