summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-03-21 09:02:42 +0100
committer Willy Sudiarto Raharjo2022-03-25 19:20:16 +0100
commitac247891b8e5872c57332de8c957c332b97e8049 (patch)
treeb831bfc183cddae821fd8771c399d3782a99cb7c
parent1cf89f70b2bedb54339df72e1cae3ee5eaa14c3d (diff)
downloadslackbuilds-ac247891b8e5872c57332de8c957c332b97e8049.tar.gz
games/ffgo: Fix doinst.sh.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/ffgo/doinst.sh2
-rw-r--r--games/ffgo/ffgo.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/ffgo/doinst.sh b/games/ffgo/doinst.sh
index fecaef1312..2d3b80022d 100644
--- a/games/ffgo/doinst.sh
+++ b/games/ffgo/doinst.sh
@@ -8,7 +8,7 @@ config() {
fi
}
-CONF=/usr/libLIBDIRSUFFIX/pythonPY3VER/site-packages/ffgo/data/config
+CONF=usr/libLIBDIRSUFFIX/pythonPY3VER/site-packages/ffgo/data/config
for conf in $CONF/*.new ; do
config ${conf}
diff --git a/games/ffgo/ffgo.SlackBuild b/games/ffgo/ffgo.SlackBuild
index b2d5954637..9e19a94562 100644
--- a/games/ffgo/ffgo.SlackBuild
+++ b/games/ffgo/ffgo.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ffgo
SRCNAM=FFGo
VERSION=${VERSION:-1.12.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}