Create teamspeak3
This commit is contained in:
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" "$@"
|
||||
Reference in New Issue
Block a user