diff options
Diffstat (limited to 'development/pil/pil.SlackBuild')
-rw-r--r-- | development/pil/pil.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/pil/pil.SlackBuild b/development/pil/pil.SlackBuild index 68d40e133e..d5d1711351 100644 --- a/development/pil/pil.SlackBuild +++ b/development/pil/pil.SlackBuild @@ -54,9 +54,9 @@ chmod -R u+w,go+r-w,a-s . CFLAGS="$SLKCFLAGS" \ python setup.py bdist -tar -C $PKG -zxvf \ - dist/$(echo $PRGNAM | tr -s '[:lower:]' \ - '[:upper:]')-$VERSION.linux-i686.tar.gz +tar zxvf dist/$(echo $PRGNAM | tr -s '[:lower:]' \ + '[:upper:]')-$VERSION.linux-i686.tar.gz \ + -C $PKG find $PKG | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : \ | xargs strip --strip-unneeded 2> /dev/null |