diff options
Diffstat (limited to 'development/gputils/gputils.SlackBuild')
-rw-r--r-- | development/gputils/gputils.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/gputils/gputils.SlackBuild b/development/gputils/gputils.SlackBuild index 6dfd4e4522..c81a4862c0 100644 --- a/development/gputils/gputils.SlackBuild +++ b/development/gputils/gputils.SlackBuild @@ -5,7 +5,7 @@ # Now maintained by: R. S. Ananda Murthy <rsamurti@gmail.com> PRGNAM=gputils -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.4.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -37,15 +37,15 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $PRGNAM-1.4.0-1 +tar xvf $CWD/$PRGNAM-1.4.0-1.tar.gz +cd $PRGNAM-1.4.0-1 chown -R root:root . 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ ./configure --prefix=/usr \ |