Procházet zdrojové kódy

Fixed that tbb lib name was wrong for centOS.

Sebastian Schuck před 8 roky
rodič
revize
2c84d5766c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lgsm/functions/check_deps.sh

+ 1 - 1
lgsm/functions/check_deps.sh

@@ -260,7 +260,7 @@ elif [ -n "$(command -v yum 2>/dev/null)" ]; then
 
 
 	# Natural Selection 2
 	# Natural Selection 2
 	if [ "${gamename}" == "Natural Selection 2" ]; then
 	if [ "${gamename}" == "Natural Selection 2" ]; then
-		array_deps_required+=( speex libtbb2 )
+		array_deps_required+=( speex tbb )
 	# NS2: Combat
 	# NS2: Combat
 	elif [ "${gamename}" == "NS2: Combat" ]; then
 	elif [ "${gamename}" == "NS2: Combat" ]; then
 		array_deps_required+=( speex.i686 tbb.i686 )
 		array_deps_required+=( speex.i686 tbb.i686 )