소스 검색

Fixed that tbb lib name was wrong for centOS.

Sebastian Schuck 8 년 전
부모
커밋
2c84d5766c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 	if [ "${gamename}" == "Natural Selection 2" ]; then
-		array_deps_required+=( speex libtbb2 )
+		array_deps_required+=( speex tbb )
 	# NS2: Combat
 	elif [ "${gamename}" == "NS2: Combat" ]; then
 		array_deps_required+=( speex.i686 tbb.i686 )