aboutsummaryrefslogtreecommitdiff
path: root/dists/maemo/scummvm.wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'dists/maemo/scummvm.wrapper')
-rw-r--r--dists/maemo/scummvm.wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/dists/maemo/scummvm.wrapper b/dists/maemo/scummvm.wrapper
index 56329def21..37859d7ee6 100644
--- a/dists/maemo/scummvm.wrapper
+++ b/dists/maemo/scummvm.wrapper
@@ -4,4 +4,6 @@
BASENAME=`basename $0`
export SDL_VIDEO_X11_WMCLASS=${BASENAME}
export SCUMMVM_MAEMO_DEVICE=$(awk '/^product/ { print $2;}' /proc/component_version)
-exec ${0}.bin "$@"
+[ -x ${0}.bin ] && exec ${0}.bin "$@"
+# optified binary
+[ -x /opt/scummvm/bin/scummvm ] && exec /opt/scummvm/bin/scummvm "$@"