Procházet zdrojové kódy

excluded ts3server from glibc checks

Daniel Gibbs před 10 roky
rodič
revize
012915f892
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      lgsm/functions/fix.sh

+ 4 - 1
lgsm/functions/fix.sh

@@ -42,7 +42,10 @@ if [ "${function_selfname}" != "command_install.sh" ]; then
 	elif [ "${gamename}" == "ARMA 3" ]; then
 		fix_arma3.sh	
 	fi
-	fix_glibc.sh
+
+	if [ "${gamename}" != "Teamspeak 3" ]; then
+		fix_glibc.sh
+	fi
 fi
 
 # Fixes that are run on install only.