audio/ncmpc: Removed commented code

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugene M 2023-02-21 20:22:04 +01:00 committed by Willy Sudiarto Raharjo
parent 41baa255cb
commit 8d34716dae
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 0 additions and 3 deletions

View File

@ -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" \