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