[teamspeak-server-bin] fix the fix
This commit is contained in:
parent
c51ceb4c5c
commit
323c92efb4
@ -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 :(
|
||||
|
Loading…
Reference in New Issue
Block a user