summarylogtreecommitdiffstats
path: root/wolfsp.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'wolfsp.launcher')
-rw-r--r--wolfsp.launcher7
1 files changed, 7 insertions, 0 deletions
diff --git a/wolfsp.launcher b/wolfsp.launcher
new file mode 100644
index 000000000000..d0e2b3ddb6e0
--- /dev/null
+++ b/wolfsp.launcher
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Needed to make symlinks/shortcuts work.
+# the binaries must run with correct working directory
+cd "/opt/wolf"
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:."
+exec ./wolfsp.x86 "$@"
+