From 9f4aa69683d255f1d7c4f5a193e7e23d92198bc5 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 12 Sep 2022 00:08:18 +0200 Subject: [PATCH] typo --- install-xash3d.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index b7863e8..61fbe2b 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -311,8 +311,8 @@ quit" > $XASH_BUILD_DIR/steam/hlds.install checkerror $? unzip "hlds_build_$hlds_build.zip" -d "hlds_build_$hlds_build" checkerror $? - cp -R "hlds_build_$hlds_build/hlds_build_$hlds_build"/* $XASH_INSTALL_DIR - checkerror $? + cp -a "hlds_build_$hlds_build/hlds_build_$hlds_build"/* $XASH_INSTALL_DIR + message info "checkerror $?" fi fi