media-sound/teamspeak-client-bin: bump to 3.1.5
This commit is contained in:
parent
52a66a9da6
commit
1c28a082ca
4 changed files with 62 additions and 27 deletions
10
media-sound/teamspeak-client-bin/files/teamspeak3
Normal file
10
media-sound/teamspeak-client-bin/files/teamspeak3
Normal 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" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue