summarylogtreecommitdiffstats
path: root/scriptfix.patch
diff options
context:
space:
mode:
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..66a444e0fe9c
--- /dev/null
+++ b/scriptfix.patch
@@ -0,0 +1,20 @@
+--- planeshift~ 2008-07-10 20:04:22.000000000 +0200
++++ planeshift-legacy 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 $@
+