diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-21 21:04:26 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:16 +0700 |
commit | 96fedf33578f725a3bc429286a1e27f8f0709bd5 (patch) | |
tree | b6dcb0a42f23fcbb04fce5838bf5130e0e620a48 /games/fgo/doinst.sh | |
parent | ac247891b8e5872c57332de8c957c332b97e8049 (diff) | |
download | slackbuilds-96fedf33578f725a3bc429286a1e27f8f0709bd5.tar.gz |
games/fgo: 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/fgo/doinst.sh')
-rw-r--r-- | games/fgo/doinst.sh | 2 |
1 files changed, 1 insertions, 1 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 |