diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-12 22:23:39 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-12 11:27:42 -0600 |
commit | 2391fb8ae7eb9d657023035c20b14d38b556808f (patch) | |
tree | 335d9c0775d5e59261033ced1d46b2803918b1a3 /network/bip/bip.SlackBuild | |
parent | e79150525b6738d418f43784f722df565cdcd5f4 (diff) | |
download | slackbuilds-2391fb8ae7eb9d657023035c20b14d38b556808f.tar.gz |
network/bip: Updated for version 0.8.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/bip/bip.SlackBuild')
-rw-r--r-- | network/bip/bip.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild index d17f4add39..0e5dde5bee 100644 --- a/network/bip/bip.SlackBuild +++ b/network/bip/bip.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bip -VERSION=0.8.8 +VERSION=${VERSION:-0.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,11 +65,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |