diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-02 03:47:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:53 +0700 |
commit | bf998447e6c92b85ff7a17f036c344476843c28e (patch) | |
tree | f214a86b4a98dec000e53a994c5abd418c77fd21 /games/o2em/o2em.sh | |
parent | 0ebbc21de1c15ed49d14e1bbf4f539b364a7c73b (diff) | |
download | slackbuilds-bf998447e6c92b85ff7a17f036c344476843c28e.tar.gz |
games/o2em: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/o2em/o2em.sh')
-rw-r--r-- | games/o2em/o2em.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/o2em/o2em.sh b/games/o2em/o2em.sh index 5c0d75163c..7c42edf03e 100644 --- a/games/o2em/o2em.sh +++ b/games/o2em/o2em.sh @@ -12,7 +12,7 @@ # source, but we want to avoid massive amounts of patching. EXE=/usr/libexec/o2em.bin -SHAREDIR=/usr/share/o2em +SHAREDIR=/usr/share/games/o2em DIR=~/.o2em if [ ! -d $DIR ]; then |