Browse Source

updated nmrihserver fix

pull/254/merge
Daniel Gibbs 11 years ago
parent
commit
f630f76837
  1. 4
      functions/fn_glibcfix

4
functions/fn_glibcfix

@ -2,7 +2,7 @@
# LGSM fn_glibcfix function # LGSM fn_glibcfix function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://danielgibbs.co.uk
# Version: 041114 # Version: 121114
fn_glibcfixmsg(){ fn_glibcfixmsg(){
echo "Detected ${gamename}" echo "Detected ${gamename}"
@ -71,7 +71,7 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd [:digit:] | tail -c 3)" -lt 215
fn_glibcfixmsg fn_glibcfixmsg
cd "${filesdir}" cd "${filesdir}"
wget -nv -N https://github.com/dgibbs64/linuxgameservers/raw/master/NoMoreRoomInHell/dependencies/libm.so.6 wget -nv -N https://github.com/dgibbs64/linuxgameservers/raw/master/NoMoreRoomInHell/dependencies/libm.so.6
cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/srcds/libstdc++.so.6" cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6"
sleep 1 sleep 1
echo "" echo ""
elif [ "${gamename}" == "Blade Symphony" ];then elif [ "${gamename}" == "Blade Symphony" ];then

Loading…
Cancel
Save