summaryrefslogtreecommitdiffstats
path: root/network/msn-proxy/msn-proxy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/msn-proxy/msn-proxy.SlackBuild')
-rw-r--r--network/msn-proxy/msn-proxy.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/network/msn-proxy/msn-proxy.SlackBuild b/network/msn-proxy/msn-proxy.SlackBuild
index 914d5561ec..b5d715ea76 100644
--- a/network/msn-proxy/msn-proxy.SlackBuild
+++ b/network/msn-proxy/msn-proxy.SlackBuild
@@ -58,12 +58,8 @@ sed -i -e "s,@SLKCFLAGS@,$SLKCFLAGS,g" -e "s,@LIBDIRSUFFIX@,$LIBDIRSUFFIX,g" \
make
make install DESTDIR=$PKG
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null || true
-)
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Rename configuration files
mv $PKG/etc/$PRGNAM/$PRGNAM.conf $PKG/etc/$PRGNAM/$PRGNAM.conf.new