diff options
author | Eugene M <damagedone@gmx.com> | 2023-02-21 20:22:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:13:40 +0700 |
commit | 8d34716daee99452632373a5d138683ae3584739 (patch) | |
tree | 20dd8cb8e28612f16d39ef26aa732a72d9bd22c1 /audio/ncmpc/ncmpc.SlackBuild | |
parent | 41baa255cbe8e3d3bafb4efc8caf41f081a25869 (diff) |
audio/ncmpc: Removed commented code
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ncmpc/ncmpc.SlackBuild')
-rw-r--r-- | audio/ncmpc/ncmpc.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/ncmpc/ncmpc.SlackBuild b/audio/ncmpc/ncmpc.SlackBuild index 7f57967da875..5987eaa4714f 100644 --- a/audio/ncmpc/ncmpc.SlackBuild +++ b/audio/ncmpc/ncmpc.SlackBuild @@ -99,9 +99,6 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr [ -d $PKG/usr/man ] && gzip -9 $PKG/usr/man/man*/* -#find $PKG/usr/man -type f -exec gzip -9 {} \; -#for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done - find $PKG -name perllocal.pod \ -o -name ".packlist" \ -o -name "*.bs" \ |