summarylogtreecommitdiffstats
path: root/doom3.launcher
diff options
context:
space:
mode:
authorSlashbunny2009-08-17 20:47:05 -0400
committerSlashbunny2009-08-17 20:47:05 -0400
commita4b91317e441b05bf5823278757d654454187d6e (patch)
tree9970758363611acca0bd45efb572553a5c70c76f /doom3.launcher
parent3c69e601007539671c553e4002eb061cd5425e77 (diff)
downloadaur-a4b91317e441b05bf5823278757d654454187d6e.tar.gz
Refactored doom3 PKGBUILD, manual install (rather than running iD installer)
Diffstat (limited to 'doom3.launcher')
-rw-r--r--doom3.launcher7
1 files changed, 7 insertions, 0 deletions
diff --git a/doom3.launcher b/doom3.launcher
new file mode 100644
index 000000000000..f75e20a27e55
--- /dev/null
+++ b/doom3.launcher
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd "/opt/doom3"
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
+exec ./doom.x86 $*
+exit $?
+