Просмотр исходного кода

Merged feature/issue-1085 into develop

Daniel Gibbs 9 лет назад
Родитель
Сommit
f82a36ae50
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      lgsm/functions/check_deps.sh
  2. 1 1
      lgsm/functions/info_glibc.sh

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

+ 1 - 1
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"