Browse Source

issue #1085

pull/1227/head
Daniel Gibbs 8 years ago
parent
commit
1cc68d4e9b
  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 fi
# GoldenEye: Source # GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib1g:i386 ) array_deps_required+=( zlib1g:i386 libldap-2.4-2:i386 )
# Unreal Engine # Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4 #UT2K4
@ -273,7 +273,7 @@ elif [ -n "$(command -v yum)" ]; then
fi fi
# GoldenEye: Source # GoldenEye: Source
elif [ "${gamename}" == "GoldenEye: Source" ]; then elif [ "${gamename}" == "GoldenEye: Source" ]; then
array_deps_required+=( zlib.i686 ) array_deps_required+=( zlib.i686 openldap.i686 )
# Unreal Engine # Unreal Engine
elif [ "${executable}" == "./ucc-bin" ]; then elif [ "${executable}" == "./ucc-bin" ]; then
#UT2K4 #UT2K4

2
lgsm/functions/info_glibc.sh

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

Loading…
Cancel
Save