Browse Source

changed executable to gamename to fix #976

pull/990/head
Daniel Gibbs 9 years ago
parent
commit
eb78823052
  1. 2
      lgsm/functions/check_deps.sh

2
lgsm/functions/check_deps.sh

@ -150,7 +150,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
fi
# All servers except ts3 & mumble require libstdc++6, lib32gcc1
if [ "${executable}" != "./ts3server_startscript.sh" ]||[ "${executable}" != "./murmur.x86" ]; then
if [ "${gamename}" != "TeamSpeak 3" ]||[ "${gamename}" != "Mumble" ]; then
if [ "${arch}" == "x86_64" ]; then
array_deps_required+=( lib32gcc1 libstdc++6:i386 )
else

Loading…
Cancel
Save