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/doinst.sh | |
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/doinst.sh')
-rw-r--r-- | games/ffgo/doinst.sh | 2 |
1 files changed, 1 insertions, 1 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} |