aboutsummaryrefslogtreecommitdiff
path: root/lame/lame.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'lame/lame.SlackBuild')
-rwxr-xr-xlame/lame.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/lame/lame.SlackBuild b/lame/lame.SlackBuild
index ef351e79..d183d6c9 100755
--- a/lame/lame.SlackBuild
+++ b/lame/lame.SlackBuild
@@ -156,6 +156,9 @@ if [ $? -ne 0 ]; then
exit $ERROR_INSTALL
fi
+# ------------------- gzip manuais ------------------------
+gzip -r $PKG/$PREFIX/man/*
+
# ----------------- Stripa código -----------------------
cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null