aboutsummaryrefslogtreecommitdiff
path: root/development/gambas3/gambas3.SlackBuild
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2023-03-03 22:11:56 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-04 08:06:27 +0700
commit3d8df70b5a82717fd27ce11531e1287bb7a16cf9 (patch)
tree97e63dc7b672b6d9cad9bdf233087ba5364586db /development/gambas3/gambas3.SlackBuild
parent3b79b3c789fd63724376d9784034f4051ecb6aae (diff)
development/gambas3: Updated for version 3.18.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gambas3/gambas3.SlackBuild')
-rw-r--r--development/gambas3/gambas3.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/gambas3/gambas3.SlackBuild b/development/gambas3/gambas3.SlackBuild
index 02d40414653e..31ed56a2756d 100644
--- a/development/gambas3/gambas3.SlackBuild
+++ b/development/gambas3/gambas3.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gambas3
SRCNAM=gambas
-VERSION=${VERSION:-3.18.0}
+VERSION=${VERSION:-3.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,8 +67,8 @@ else
fi
set -e
-#update check as /var/log/packages is now a link to /var/lib/pkgtools/packages
-if [ "x`ls -H /var/log/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then
+#check updated for slackware 15 for new package location
+if [ "x`ls -H /var/lib/pkgtools/packages|grep ^$PRGNAM|wc -l`" = "x1" ]; then
#current installs of gambas should be uninstalled before
#attempting to create this gambas3 package
echo "you must uninstall $PRGNAM before creating package $PRGNAM ver $VERSION"