queue compression
authorMike Frysinger <vapier@gentoo.org>
Sat, 14 Apr 2007 16:35:00 +0000 (16:35 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 14 Apr 2007 16:35:00 +0000 (16:35 -0000)
svn path=/main/trunk/; revision=6402

bin/prepinfo
bin/prepman

index ff1c6a88ad1c31b058afd11f08c724f6e5e832f0..582f41fed201841a743f336437871692137d17f0 100755 (executable)
@@ -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}"
index c2a245f40c7b6d85a39d4e9b0ae0d6e835c52bf7..af6ad1f824154e6774a68dd9ef716145a4b2761c 100755 (executable)
@@ -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