summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/4/dodoc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/4/dodoc')
-rwxr-xr-xbin/ebuild-helpers/4/dodoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ebuild-helpers/4/dodoc b/bin/ebuild-helpers/4/dodoc
index c9068a8b5..91e7e044f 100755
--- a/bin/ebuild-helpers/4/dodoc
+++ b/bin/ebuild-helpers/4/dodoc
@@ -37,8 +37,6 @@ for x in "$@" ; do
elif [ -s "${x}" ] ; then
install -m0644 "${x}" "${dir}"
- ecompress --queue "${dir}/${x##*/}"
-
elif [ ! -e "${x}" ] ; then
echo "!!! ${0##*/}: $x does not exist" 1>&2
((ret|=1))