From a7c8876d9f6dce7950eb3ec92f7b3b76eee6dc22 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:39:31 -0400 Subject: libraries/tinyxml: Fixed for bash4. --- libraries/tinyxml/tinyxml.SlackBuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libraries/tinyxml') diff --git a/libraries/tinyxml/tinyxml.SlackBuild b/libraries/tinyxml/tinyxml.SlackBuild index 60da6ecd60..97709305fc 100644 --- a/libraries/tinyxml/tinyxml.SlackBuild +++ b/libraries/tinyxml/tinyxml.SlackBuild @@ -62,12 +62,8 @@ install -m 0755 lib${PRGNAM}.so.0.${VERSION} $PKG/usr/lib${LIBDIRSUFFIX} install -m 0644 ${PRGNAM}.h $PKG/usr/include install -m 0644 tinystr.h $PKG/usr/include -( 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 -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ -- cgit v1.2.3