From 962b3142f6aea84fa7f87277763567cfbbe264e1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Mar 2007 02:08:23 +0000 Subject: redo compression so that it is queued up in src_install and then dequeued post src_install svn path=/main/trunk/; revision=6220 --- bin/dodoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dodoc') diff --git a/bin/dodoc b/bin/dodoc index 4139cb593..4a89aa061 100755 --- a/bin/dodoc +++ b/bin/dodoc @@ -17,7 +17,7 @@ ret=0 for x in "$@" ; do if [ -s "${x}" ] ; then install -m0644 "${x}" "${dir}" - ecompress "${dir}/${x##*/}" + ecompress --queue "${dir}/${x##*/}" elif [ ! -e "${x}" ] ; then echo "dodoc: ${x} does not exist" 1>&2 ((++ret)) -- cgit v1.2.3-1-g7c22