upstream changed tsdns naming. yay.
This commit is contained in:
@@ -46,6 +46,12 @@ src_install() {
|
||||
exeinto /usr/sbin
|
||||
doexe "${FILESDIR}/ts3server"
|
||||
|
||||
# Symlink tsdns somewhere useful
|
||||
if use amd64 ; then
|
||||
dosym "${D}"/opt/teamspeak3-server/tsdns/tsdnsserver_linux /opt/teamspeak3-server/tsdns/tsdnsserver_linux_amd64
|
||||
elif use x86 ; then
|
||||
dosym "${D}"/opt/teamspeak3-server/tsdns/tsdnsserver_linux /opt/teamspeak3-server/tsdns/tsdnsserver_linux_x86
|
||||
fi
|
||||
# Install the runtime FS layout.
|
||||
insinto /etc/teamspeak3-server
|
||||
doins "${FILESDIR}/server.conf"
|
||||
|
||||
Reference in New Issue
Block a user