summaryrefslogtreecommitdiff
path: root/build/unix/uqm-wrapper.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/unix/uqm-wrapper.in')
-rwxr-xr-xbuild/unix/uqm-wrapper.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/unix/uqm-wrapper.in b/build/unix/uqm-wrapper.in
new file mode 100755
index 0000000..262f7f4
--- /dev/null
+++ b/build/unix/uqm-wrapper.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Wrapper script for starting The Ur-Quan Masters
+exec "@INSTALL_LIBDIR@uqm/uqm" "--contentdir=@INSTALL_SHAREDIR@uqm/content" "$@"
+