Browse Source

Fixed that tbb lib name was wrong for centOS.

pull/1735/head
Sebastian Schuck 7 years ago
parent
commit
2c84d5766c
  1. 2
      lgsm/functions/check_deps.sh

2
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 )

Loading…
Cancel
Save