diff options
author | Felix Pfeifer <pfeifer.felix@gmail.com> | 2014-04-30 20:32:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-30 20:32:31 +0700 |
commit | acf4c3ec8dfb0b9ede38ea15da09e62197b272b4 (patch) | |
tree | 0e334d955d2906fd97740d4b309e1cbcc565861e /audio/Pd-extended/Pd-extended.SlackBuild | |
parent | 94238a3f6aac7bbc02b9aad13b04f96a46ca23ef (diff) |
audio/Pd-extended: Fix build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/Pd-extended/Pd-extended.SlackBuild')
-rw-r--r-- | audio/Pd-extended/Pd-extended.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/Pd-extended/Pd-extended.SlackBuild b/audio/Pd-extended/Pd-extended.SlackBuild index 4dcca816543b..9267927f3f2b 100644 --- a/audio/Pd-extended/Pd-extended.SlackBuild +++ b/audio/Pd-extended/Pd-extended.SlackBuild @@ -6,8 +6,8 @@ # Modified by the SlackBuilds.org project. PRGNAM=Pd-extended -VERSION=0.43.4 -BUILD=${BUILD:-1} +VERSION=${VERSION:-0.43.4} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM=pd-extended @@ -93,7 +93,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done [ "$LIBDIRSUFFIX" = "64" ] && mv $PKG/usr/lib/pkgconfig/Gem.pc \ - $PKG/usr/lib64/pkgconfig/Gem.pc ; rmdir $PKG/usr/lib/pkgconfig ; rmdir $PKG/usr/lib + $PKG/usr/lib64/pkgconfig/Gem.pc && rmdir $PKG/usr/lib/pkgconfig && rmdir $PKG/usr/lib if [ "$ARCH" = "x86_64" ]; then echo '#!/bin/sh' > $PKG/usr/bin/pdextended64 |