diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-09-15 20:32:06 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:19 +0700 |
commit | fb8e7ae0f0da74d4ed5c77b8422f08898b477a71 (patch) | |
tree | fc4723aab64152a8480b5995a37ec4d37507f4ad /gis/saga-gis/saga-gis.SlackBuild | |
parent | 51afd61596781023ff87c41507ddf1e48fca374a (diff) |
gis/saga-gis: Updated for version 9.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/saga-gis/saga-gis.SlackBuild')
-rw-r--r-- | gis/saga-gis/saga-gis.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gis/saga-gis/saga-gis.SlackBuild b/gis/saga-gis/saga-gis.SlackBuild index 9290d4dd19a18..df58249eda651 100644 --- a/gis/saga-gis/saga-gis.SlackBuild +++ b/gis/saga-gis/saga-gis.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=saga-gis -VERSION=${VERSION:-9.1.1} +VERSION=${VERSION:-9.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,7 +90,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION/saga-gis +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ @@ -98,6 +98,7 @@ find -L . \ -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 {} \; +cd saga-gis mkdir -p build cd build |