diff options
author | wru <gnuandpenguinos@gmail.com> | 2016-11-26 15:12:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:17:45 +0700 |
commit | b99b64f3368523055d87eda829422141069bbf40 (patch) | |
tree | 851e56f63a7d7fca0d047b7ece9d9a2105dd4e7f /games/frogatto/frogatto.wrapper | |
parent | 12692fe3ce1aa7aad043fa8c47fec7d56897085d (diff) | |
download | slackbuilds-b99b64f3368523055d87eda829422141069bbf40.tar.gz |
games/frogatto: SlackBuild updates, install to /opt.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 "$@" |