updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / planeshift / scriptfix.patch
blobca1c95296a24235d0c0884b294a54a558c3d72e1
1 --- planeshift~ 2008-07-10 20:04:22.000000000 +0200
2 +++ planeshift 2008-07-10 20:04:53.000000000 +0200
3 @@ -1,6 +1,6 @@
4 #!/bin/bash
6 -cd $(dirname $0)
7 +cd /opt/PlaneShift
8 export LD_LIBRARY_PATH=libs/:$LD_LIBRARY_PATH
9 exec ./psclient.bin $@
11 --- planeshift-setup~ 2008-07-10 20:05:19.000000000 +0200
12 +++ planeshift-setup 2008-07-10 20:05:32.000000000 +0200
13 @@ -1,6 +1,6 @@
14 #!/bin/bash
16 -cd $(dirname $0)
17 +cd /opt/PlaneShift
18 export LD_LIBRARY_PATH=libs/:$LD_LIBRARY_PATH
19 exec ./pssetup.bin $@