[teamspeak-server-bin] fix init script installation
This commit is contained in:
parent
9c6941f765
commit
c51ceb4c5c
@ -42,16 +42,15 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# Install TeamSpeak 3 server into /opt/teamspeak3-server.
|
||||
local opt_dir="/opt/teamspeak3-server"
|
||||
into ${opt_dir}
|
||||
insinto ${opt_dir}
|
||||
|
||||
# Install binary, wrapper, shell files and libraries.
|
||||
newsbin ts3server_linux_${ARCH} ts3server-bin
|
||||
|
||||
dosbin "${FILESDIR}"/ts3server
|
||||
|
||||
# Install TeamSpeak 3 server into /opt/teamspeak3-server.
|
||||
local opt_dir="/opt/teamspeak3-server"
|
||||
into ${opt_dir}
|
||||
insinto ${opt_dir}
|
||||
exeinto ${opt_dir}
|
||||
doexe *.sh
|
||||
doins *.so
|
||||
|
Loading…
Reference in New Issue
Block a user