summaryrefslogtreecommitdiff
path: root/media-sound/teamspeak-client-bin/files/teamspeak3
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/teamspeak-client-bin/files/teamspeak3')
-rw-r--r--media-sound/teamspeak-client-bin/files/teamspeak310
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/teamspeak-client-bin/files/teamspeak3 b/media-sound/teamspeak-client-bin/files/teamspeak3
new file mode 100644
index 00000000..d598f01d
--- /dev/null
+++ b/media-sound/teamspeak-client-bin/files/teamspeak3
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+BASEDIR="/opt/teamspeak3-client"
+
+export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
+
+# work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
+cd "${BASEDIR}"
+
+exec "${BASEDIR}/ts3client" "$@"