[media-sound/teamspeak-server-bin] bump to 3.1.1

This commit is contained in:
2018-04-22 01:40:52 +02:00
parent fd05b6e805
commit 1221fa2aa6
12 changed files with 215 additions and 145 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Sets BASEDIR for teamspeak3-server
BASEDIR="/opt/teamspeak3-server"
# Work around DT_RPATH (.) security issue by chdir'ing into expected $LD_LIBRARY_PATH
export LD_LIBRARY_PATH="${BASEDIR}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}"
# Launch teamspeak3-server
cd "${BASEDIR}" && exec "${BASEDIR}/ts3server" $*