From 8d16cf1fa85129418b05ff54fc61e40da9547f1c Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 23 Nov 2024 13:45:22 +1100 Subject: [PATCH] don't try to copy `staged-recipes/{.|..}` --- .scripts/build_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 7ed1ecb21a2c4..b0a1f5958ceb5 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -44,7 +44,7 @@ git config --global --add safe.directory "${FEEDSTOCK_ROOT}" # Skip build_artifacts and other big items because it gets huge with time mkdir -p ~/staged-recipes-copy shopt -s extglob dotglob -cp -r "${FEEDSTOCK_ROOT}"/!(build_artifacts|.pixi|miniforge3|MacOSX*.sdk.tar.xz|SDKs|output) ~/staged-recipes-copy +cp -r "${FEEDSTOCK_ROOT}"/!(.|..|build_artifacts|.pixi|miniforge3|MacOSX*.sdk.tar.xz|SDKs|output) ~/staged-recipes-copy shopt -u extglob dotglob # Remove any macOS system files