summarylogtreecommitdiffstats
path: root/scriptfix.patch
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-06-10 15:17:05 +0200
committerAlexander F Rødseth2015-06-10 15:17:05 +0200
commitd6335cee86ef5f841895112d92f2ca850a563b70 (patch)
treef74d4313470814fae8828e3227b118ee32ee2b00 /scriptfix.patch
downloadaur-planeshift.tar.gz
Initial import
Diffstat (limited to 'scriptfix.patch')
-rw-r--r--scriptfix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/scriptfix.patch b/scriptfix.patch
new file mode 100644
index 000000000000..336cca491319
--- /dev/null
+++ b/scriptfix.patch
@@ -0,0 +1,20 @@
+--- planeshift~ 2008-07-10 20:04:22.000000000 +0200
++++ planeshift 2008-07-10 20:04:53.000000000 +0200
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+
+-cd $(dirname $0)
++cd /opt/PlaneShift
+ export LD_LIBRARY_PATH=libs/:$LD_LIBRARY_PATH
+ exec ./psclient.bin $@
+
+--- pslaunch~~ 2008-07-10 20:05:19.000000000 +0200
++++ pslaunch 2008-07-10 20:05:32.000000000 +0200
+@@ -1,6 +1,6 @@
+ #!/bin/bash
+
+-cd $(dirname $0)
++cd /opt/PlaneShift
+ export LD_LIBRARY_PATH=libs/:$LD_LIBRARY_PATH
+ exec ./pslaunch.bin $@
+