summarylogtreecommitdiffstats
path: root/scriptfix.patch
blob: 66a444e0fe9c578d7d119850c15f58d5db9cfe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 $@