summarylogtreecommitdiffstats
path: root/wolf.launcher
diff options
context:
space:
mode:
authorSlashbunny2009-08-12 22:17:38 -0400
committerSlashbunny2009-08-12 22:17:38 -0400
commit9e4d8094ce3db7edc034f72decc8bdcdd86d5191 (patch)
tree036c9b39c0674f6ea33d8fcfa12e9fa130f914d9 /wolf.launcher
downloadaur-9e4d8094ce3db7edc034f72decc8bdcdd86d5191.tar.gz
Initial commit of personal PKGBUILDs for Arch Linux
Diffstat (limited to 'wolf.launcher')
-rw-r--r--wolf.launcher7
1 files changed, 7 insertions, 0 deletions
diff --git a/wolf.launcher b/wolf.launcher
new file mode 100644
index 000000000000..33ada10aff5e
--- /dev/null
+++ b/wolf.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 ./wolf.x86 "$@"
+