diff --git a/install-xash3d.sh b/install-xash3d.sh index faaa63c..2a7b4a6 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -271,7 +271,7 @@ case $XASH_INSTALL_VERSION in 0.20) ./waf configure -T release $WAF_OPTIONS checkerror $? - ./waf -p build + ./waf build checkerror $? ./waf install --destdir=bin/ checkerror $?