summaryrefslogtreecommitdiffstats
path: root/libraries/netcdf/netcdf.SlackBuild
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-02-21 10:14:40 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-28 11:38:40 +0700
commit2af94a1a4a81fec3901589bb6ad71030a550d2a8 (patch)
tree8001c8f8657fa882da92dc5bee74cd16fdd35076 /libraries/netcdf/netcdf.SlackBuild
parent738a20b3fb842d75fc0db31a9323021fefc17eed (diff)
downloadslackbuilds-2af94a1a4a81fec3901589bb6ad71030a550d2a8.tar.gz
slackbuilds-2af94a1a4a81fec3901589bb6ad71030a550d2a8.tar.xz
libraries/netcdf: Updated for version 4.3.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'libraries/netcdf/netcdf.SlackBuild')
-rw-r--r--libraries/netcdf/netcdf.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/netcdf/netcdf.SlackBuild b/libraries/netcdf/netcdf.SlackBuild
index 6e92a5f0c7..3c4ec1a867 100644
--- a/libraries/netcdf/netcdf.SlackBuild
+++ b/libraries/netcdf/netcdf.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by David Spencer <baildon.research@googlemail.com>
PRGNAM=netcdf
-VERSION=${VERSION:-4.3.2}
+VERSION=${VERSION:-4.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
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 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" \
CXXFLAGS="$SLKCFLAGS" \