소스 검색

glibc fix is no longer required on install

Daniel Gibbs 10 년 전
부모
커밋
d32a6defb8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lgsm/functions/fix.sh

+ 0 - 1
lgsm/functions/fix.sh

@@ -47,7 +47,6 @@ fi
 
 # Fixes that are run on install only.
 if [ "${function_selfname}" == "command_install.sh" ]; then
-	fix_glibc.sh
 	if [ "${gamename}" == "Killing Floor" ]; then
 		echo ""
 		echo "Applying ${gamename} Server Fixes"