[teamspeak-server-bin] fix the fix

This commit is contained in:
Robert Förster 2015-03-31 10:18:17 +02:00
parent c51ceb4c5c
commit 323c92efb4
1 changed files with 2 additions and 3 deletions

View File

@ -42,9 +42,7 @@ pkg_setup() {
}
src_install() {
# Install binary, wrapper, shell files and libraries.
newsbin ts3server_linux_${ARCH} ts3server-bin
# Install wrapper
dosbin "${FILESDIR}"/ts3server
# Install TeamSpeak 3 server into /opt/teamspeak3-server.
@ -52,6 +50,7 @@ src_install() {
into ${opt_dir}
insinto ${opt_dir}
exeinto ${opt_dir}
newsbin ts3server_linux_${ARCH} ts3server-bin
doexe *.sh
doins *.so
# 'libmariadb.so.2' is hard-coded into the ts3-server binary :(