Przeglądaj źródła

added if glibcfix available

Daniel Gibbs 11 lat temu
rodzic
commit
bf0b5c8286
1 zmienionych plików z 10 dodań i 1 usunięć
  1. 10 1
      functions/fn_details_glibc

+ 10 - 1
functions/fn_details_glibc

@@ -2,26 +2,35 @@
 # LGSM fn_details_glibc function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-# Version: 160715
+# Version: 180715
 
 # Description: stores details on servers Glibc requirements.
 
 if [ "${engine}" == "avalanche" ]; then
 	glibcrequired="2.13"
+	glibcfix="yes"
 elif [ "${engine}" == "dontstarve" ]; then
 	glibcrequired="2.15"
+	glibcfix="no"
 elif [ "${engine}" == "projectzomboid" ]; then
 	glibcrequired="2.15"
+	glibcfix="yesno"
 elif [ "${engine}" == "realvirtuality" ]; then
 	glibcrequired="2.13"
+	glibcfix="yes"
 elif [ "${engine}" == "seriousengine35" ]; then
 	glibcrequired="2.13"
+	glibcfix="yes"
 elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then
 	glibcrequired="2.07"
+	glibcfix="no"
 elif [ "${engine}" == "spark" ]; then
 	glibcrequired="2.15"
+	glibcfix="yes"
 elif [ "${engine}" == "starbound" ]; then
 	glibcrequired="2.12"
+	glibcfix="no"
 elif [ "${engine}" == "unity3d" ]; then
 	glibcrequired="2.15"
+	glibcfix="no"
 fi