games/fgo: Fix doinst.sh.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-03-21 21:04:26 +13:00 committed by Willy Sudiarto Raharjo
parent ac247891b8
commit 96fedf3357
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ config() {
fi
}
for conf in /opt/fgo/data/config/*.new ; do
for conf in opt/fgo/data/config/*.new ; do
config ${conf}
done

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fgo
VERSION=${VERSION:-1.5.5}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}