Browse Source

games/fgo: Fix doinst.sh.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
Andrew Clemons 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
96fedf3357
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      games/fgo/doinst.sh
  2. 2
      games/fgo/fgo.SlackBuild

2
games/fgo/doinst.sh

@ -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

2
games/fgo/fgo.SlackBuild

@ -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}

Loading…
Cancel
Save