diff options
Diffstat (limited to 'games/fgo')
-rw-r--r-- | games/fgo/doinst.sh | 2 | ||||
-rw-r--r-- | games/fgo/fgo.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/fgo/doinst.sh b/games/fgo/doinst.sh index a23727e61f..2a7aba6139 100644 --- a/games/fgo/doinst.sh +++ b/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 diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild index b4b342276e..9b8a25f50b 100644 --- a/games/fgo/fgo.SlackBuild +++ b/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} |