summaryrefslogtreecommitdiffstats
path: root/games/frogatto/frogatto.wrapper
diff options
context:
space:
mode:
author wru2016-11-26 16:12:01 +0100
committer Willy Sudiarto Raharjo2016-12-03 01:17:45 +0100
commitb99b64f3368523055d87eda829422141069bbf40 (patch)
tree851e56f63a7d7fca0d047b7ece9d9a2105dd4e7f /games/frogatto/frogatto.wrapper
parent12692fe3ce1aa7aad043fa8c47fec7d56897085d (diff)
downloadslackbuilds-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.wrapper4
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 "$@"