summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/4
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/4')
-rwxr-xr-xbin/ebuild-helpers/4/dodoc2
l---------bin/ebuild-helpers/4/prepalldocs1
2 files changed, 1 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))
diff --git a/bin/ebuild-helpers/4/prepalldocs b/bin/ebuild-helpers/4/prepalldocs
new file mode 120000
index 000000000..1a6b57a39
--- /dev/null
+++ b/bin/ebuild-helpers/4/prepalldocs
@@ -0,0 +1 @@
+../../banned-helper \ No newline at end of file