From 8d34716daee99452632373a5d138683ae3584739 Mon Sep 17 00:00:00 2001 From: Eugene M Date: Tue, 21 Feb 2023 20:22:04 +0100 Subject: audio/ncmpc: Removed commented code Signed-off-by: Willy Sudiarto Raharjo --- audio/ncmpc/ncmpc.SlackBuild | 3 --- 1 file changed, 3 deletions(-) (limited to 'audio/ncmpc/ncmpc.SlackBuild') 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" \ -- cgit v1.2.3