Daniel Gibbs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/check_deps.sh
|
|
@ -352,7 +352,7 @@ fn_deps_build_debian(){ |
|
|
|
# No More Room in Hell, Counter-Strike: Source, Garry's Mod and Zombie Panic: Source |
|
|
|
elif [ "${shortname}" == "nmrih" ]||[ "${shortname}" == "css" ]||[ "${shortname}" == "gmod" ]||[ "${shortname}" == "zps" ]; then |
|
|
|
if [ "${arch}" == "x86_64" ]; then |
|
|
|
array_deps_required+=( lib32tinfo5 ) |
|
|
|
array_deps_required+=( libtinfo5:i386 ) |
|
|
|
else |
|
|
|
array_deps_required+=( libtinfo5 ) |
|
|
|
fi |
|
|
|