summaryrefslogtreecommitdiffstats
path: root/games/openarena/openarena.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'games/openarena/openarena.launcher')
-rw-r--r--games/openarena/openarena.launcher8
1 files changed, 8 insertions, 0 deletions
diff --git a/games/openarena/openarena.launcher b/games/openarena/openarena.launcher
new file mode 100644
index 0000000000..ae562dc783
--- /dev/null
+++ b/games/openarena/openarena.launcher
@@ -0,0 +1,8 @@
+#!/bin/sh
+# These launchers came from Arch Linux.
+
+PK3_DIR=/usr/share/games/openarena
+BINARY=/usr/share/games/openarena/openarena.i386
+
+$BINARY +set fs_basepath $PK3_DIR $*
+exit $?