summarylogtreecommitdiffstats
path: root/tibia-starter.patch
diff options
context:
space:
mode:
authorNarrat2016-09-23 03:17:35 +0200
committerNarrat2016-09-23 03:26:43 +0200
commitf58aeac7ba0173bcfe27769fcd06767430b15955 (patch)
tree9ddd79e787bc7fff6361778e37ef5dec29d36521 /tibia-starter.patch
parentd747c05e8201a7967393582729e75137c20781d1 (diff)
downloadaur-f58aeac7ba0173bcfe27769fcd06767430b15955.tar.gz
tibia: Update to complete new version 11
Unofficial 64bit build of the complete rewritten client. So there are quite some changes to the PKGBUILD. Do note, the depends line is currently cosmetic, as the tibia starting script uses the libs delivered with the package. It is intended to remove those from the package and rely on the system ones
Diffstat (limited to 'tibia-starter.patch')
-rw-r--r--tibia-starter.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/tibia-starter.patch b/tibia-starter.patch
new file mode 100644
index 000000000000..d76506c92d85
--- /dev/null
+++ b/tibia-starter.patch
@@ -0,0 +1,12 @@
+--- a/tibia-11.00.3839/start-tibia.sh
++++ b/tibia-11.00.3839/start-tibia.sh
+@@ -3,8 +3,6 @@
+ # Adapts library load path to include Qt libraries found in the root folder of the client's binary file.
+ # client shouldn't be called directly to prevent needed libraries not being found.
+
+-SCRIPT=$(readlink -f "$0")
+-PATH=$(dirname "$SCRIPT")
+-BIN_PATH="$PATH/bin"
++BIN_PATH="/opt/Tibia/bin"
+
+ LD_LIBRARY_PATH="$BIN_PATH" exec "$BIN_PATH/client"