media-sound/teamspeak-client-bin: bump to 3.1.5

This commit is contained in:
Anton Schubert 2017-08-14 15:46:37 +02:00
parent 52a66a9da6
commit 1c28a082ca
4 changed files with 62 additions and 27 deletions

View file

@ -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" "$@"