diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-21 21:02:42 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:16 +0700 |
commit | ac247891b8e5872c57332de8c957c332b97e8049 (patch) | |
tree | b831bfc183cddae821fd8771c399d3782a99cb7c /games/ffgo | |
parent | 1cf89f70b2bedb54339df72e1cae3ee5eaa14c3d (diff) |
games/ffgo: Fix doinst.sh.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ffgo')
-rw-r--r-- | games/ffgo/doinst.sh | 2 | ||||
-rw-r--r-- | games/ffgo/ffgo.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/ffgo/doinst.sh b/games/ffgo/doinst.sh index fecaef1312f42..2d3b80022dcd9 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 b2d5954637013..9e19a94562fca 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} |