Browse Source

Merged feature/issue-1085 into develop

pull/1227/head
Daniel Gibbs 8 years ago
parent
commit
f82a36ae50
  1. 4
      lgsm/functions/check_deps.sh
  2. 2
      lgsm/functions/info_glibc.sh

4
lgsm/functions/check_deps.sh

@ -201,7 +201,7 @@ if [ -n "$(command -v dpkg-query)" ]; then
fi
# GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib1g:i386 )
array_deps_required+=( zlib1g:i386 libldap-2.4-2:i386 )
# Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4
@ -273,7 +273,7 @@ elif [ -n "$(command -v yum)" ]; then
fi
# GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib.i686 )
array_deps_required+=( zlib.i686 openldap.i686 )
# Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4

2
lgsm/functions/info_glibc.sh

@ -43,7 +43,7 @@ elif [ "${gamename}" == "Garry's Mod" ]; then
glibcfix="yes"
elif [ "${gamename}" == "GoldenEye: Source" ]; then
glibcrequired="2.15"
glibcfix="no"
glibcfix="yes"
elif [ "${gamename}" == "Insurgency" ]; then
glibcrequired="2.15"
glibcfix="yes"

Loading…
Cancel
Save