From 5718602d9c81c3a448b8f16418cde5535ccbc800 Mon Sep 17 00:00:00 2001 From: David Somero Date: Wed, 19 May 2010 02:39:00 -0400 Subject: libraries/pybluez: Fixed for bash4. --- libraries/pybluez/pybluez.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries') diff --git a/libraries/pybluez/pybluez.SlackBuild b/libraries/pybluez/pybluez.SlackBuild index 71df76b5cf..c238620dd7 100644 --- a/libraries/pybluez/pybluez.SlackBuild +++ b/libraries/pybluez/pybluez.SlackBuild @@ -63,8 +63,8 @@ find . \ python setup.py install --root=$PKG -find $PKG | 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CHANGELOG COPYING PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3