diff options
Diffstat (limited to 'games/frogatto/frogatto.wrapper')
-rw-r--r-- | games/frogatto/frogatto.wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/frogatto/frogatto.wrapper b/games/frogatto/frogatto.wrapper index c4812f8483..b2df173030 100644 --- a/games/frogatto/frogatto.wrapper +++ b/games/frogatto/frogatto.wrapper @@ -1,3 +1,3 @@ #!/bin/sh -cd /usr/share/frogatto -exec /usr/libexec/frogatto/game "$@" +cd /opt/frogatto +exec /opt/frogatto/game "$@" |