From 219e3b1545e8c6e66d3e3800245ca616e3ffee77 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 11 Feb 2023 20:23:58 +0100 Subject: [PATCH] quick fix for the new xash3d-fwgs verison --- install-xash3d.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index 0419d84..31dbe82 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -96,7 +96,8 @@ case $3 in ;; "0.20") - XASH_GIT_URL="https://github.com/FWGS/xash3d-fwgs" + #XASH_GIT_URL="https://github.com/FWGS/xash3d-fwgs" + XASH_GIT_URL="https://github.com/kungfulon/xash3d-fwgs" ;; *) @@ -222,7 +223,9 @@ case $XASH_INSTALL_MODE in case $XASH_INSTALL_VERSION in 0.19) cd bin - cmake --cmake-clean-cache ../ + #old cmake from ubuntu 20.04 + #cmake --cmake-clean-cache ../ +# cmake --clean-first ../ checkerror $? cd ../ if [ "$(ls -A bin)" ] @@ -235,8 +238,8 @@ case $XASH_INSTALL_MODE in cd bin ;; 0.20) - ./waf clean - checkerror $? + #./waf clean + #checkerror $? if [ "$(ls -A bin)" ] then rm -Rf bin/*