summaryrefslogtreecommitdiffstats
path: root/libraries/pybluez/pybluez.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pybluez/pybluez.SlackBuild')
-rw-r--r--libraries/pybluez/pybluez.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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