From 12d632d41f0243234c77ce5f69fd18a53dd35358 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:44:45 -0400 Subject: network/noip2: Fixed for bash4. --- network/noip2/noip2.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network/noip2') diff --git a/network/noip2/noip2.SlackBuild b/network/noip2/noip2.SlackBuild index ee0caeb85e9f..4de936d8dce6 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 -- cgit v1.2.3