diff options
Diffstat (limited to 'network/noip2/noip2.SlackBuild')
-rw-r--r-- | network/noip2/noip2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/noip2/noip2.SlackBuild b/network/noip2/noip2.SlackBuild index ee0caeb85e..4de936d8dc 100644 --- a/network/noip2/noip2.SlackBuild +++ b/network/noip2/noip2.SlackBuild @@ -64,8 +64,8 @@ sed -i '/mv \/tmp\/no-ip2\.conf/d' Makefile make make install PREFIX=$PKG/usr CONFDIR=$PKG/etc -find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # Docs, slack-desc, rc.noip2, buildscript mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/etc/rc.d |