aboutsummaryrefslogtreecommitdiff
path: root/lame
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2006-11-09 01:47:23 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2006-11-09 01:47:23 +0000
commit65fa635b9381d98d529eb33c7d298084bab886ed (patch)
treee9789c327b44bcd4fe67f3a28abcdba053ab5571 /lame
parentd0c01f264d05da732b1c3ebb996e10147047ca14 (diff)
downloadslackbuilds-65fa635b9381d98d529eb33c7d298084bab886ed.tar.gz
slackbuilds-65fa635b9381d98d529eb33c7d298084bab886ed.tar.bz2
Adicionando dvdauthor, libdvdcss, libdvdread. Correção dos pacotes: grace, kile, lame, qemu
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@604 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'lame')
-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