From dee3ebce90e85d58a9fe9805e8a2034edb2d17a0 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 14 Jan 2024 00:44:19 +0100 Subject: [PATCH] typo --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $?