From e8908479d21cff605120d9736ee86803e9e455db Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 17 Dec 2014 23:37:33 +0000 Subject: [PATCH] Added ss3server glibcfix --- functions/fn_glibcfix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/fn_glibcfix b/functions/fn_glibcfix index 44b112808..79c03b3a3 100644 --- a/functions/fn_glibcfix +++ b/functions/fn_glibcfix @@ -2,7 +2,7 @@ # LGSM fn_glibcfix function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 011214 +# Version: 171214 fn_glibcfixmsg(){ echo "GLIBC Fix required" @@ -95,6 +95,11 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd [:digit:] | tail -c 3)" -lt 215 glibcversion="2.13" fn_glibcfixmsg cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6" + # Serious Sam 3: BFE + elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then + glibcversion="2.13" + fn_glibcfixmsg + cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/Bin/libstdc++.so.6" else echo "error: Unable to detect game. Fix not applied" fi