diff options
Diffstat (limited to 'libraries/vobject/vobject.SlackBuild')
-rw-r--r-- | libraries/vobject/vobject.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/vobject/vobject.SlackBuild b/libraries/vobject/vobject.SlackBuild index ca2a1debd5..a0adc9c3f9 100644 --- a/libraries/vobject/vobject.SlackBuild +++ b/libraries/vobject/vobject.SlackBuild @@ -50,8 +50,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 ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt PKG-INFO README.txt \ |