summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-05-25 22:29:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-25 22:54:41 +0200
commit2577d07abfddaa6e36f7827431192c0867cc3ee9 (patch)
tree04d5a86b64df9098f7ca02a3cbc5aa194c70bd98 /media-sound/teamspeak-client/files
parentmedia-sound/meterbridge: EAPI-7, virtual/jack (diff)
downloadgentoo-2577d07abfddaa6e36f7827431192c0867cc3ee9.tar.gz
gentoo-2577d07abfddaa6e36f7827431192c0867cc3ee9.tar.bz2
gentoo-2577d07abfddaa6e36f7827431192c0867cc3ee9.zip
media-sound/teamspeak-client: drop old version
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12106 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/teamspeak-client/files')
-rw-r--r--media-sound/teamspeak-client/files/ts3client-bin10
1 files changed, 0 insertions, 10 deletions
diff --git a/media-sound/teamspeak-client/files/ts3client-bin b/media-sound/teamspeak-client/files/ts3client-bin
deleted file mode 100644
index c59e278f390c..000000000000
--- a/media-sound/teamspeak-client/files/ts3client-bin
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# Sets BASEDIR for teamspeak3-client
-BASEDIR="/opt/teamspeak3-client"
-
-# 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-client
-cd "${BASEDIR}" && exec "${BASEDIR}/ts3client" $*