diff --git a/deps/libsigc++/libsigc++.SlackBuild b/deps/libsigc++/libsigc++.SlackBuild index 4dd27ec..c1c64f8 100644 --- a/deps/libsigc++/libsigc++.SlackBuild +++ b/deps/libsigc++/libsigc++.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for libsigc++ +# Slackware build script for libsigc++ # Copyright (C) 2006 paul wisehart wise@lupulin.net # All rights reserved. @@ -27,7 +27,7 @@ # Modified by Willy Sudiarto Raharjo for MSB Project PRGNAM=libsigc++ -VERSION=${VERSION:-2.2.11} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -39,11 +39,11 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$PRGNAM-$VERSION.tar.xz +wget -c http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.4/$PRGNAM-$VERSION.tar.xz NUMJOBS=${NUMJOBS:-" -j8 "} -CWD=$(pwd) +CWD=$(pwd) TMP=${TMP:-/tmp/msb} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -73,11 +73,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.xz 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" \