diff options
Diffstat (limited to 'audio/pithos/pithos.SlackBuild')
-rw-r--r-- | audio/pithos/pithos.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/pithos/pithos.SlackBuild b/audio/pithos/pithos.SlackBuild index 21bc1523dc..32579cffe5 100644 --- a/audio/pithos/pithos.SlackBuild +++ b/audio/pithos/pithos.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pithos VERSION=${VERSION:-git_ed501485} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,6 +71,9 @@ find -L . \ python setup.py install --root=$PKG +cat $CWD/contrib/pithosctl > $PKG/usr/bin/pithosctl +chmod 0755 $PKG/usr/bin/pithosctl + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |