From d67a8d38b087906b0711ae14fc77447d49e97bc4 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 20 Jan 2026 13:52:40 -0500 Subject: [PATCH] chore: Update build paths after cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated BUILD_DIR path to parent directory and adjusted ISO_DIR location in build-iso.sh script. 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush --- scripts/build-iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-iso.sh b/scripts/build-iso.sh index 8e588e0..18b4de2 100755 --- a/scripts/build-iso.sh +++ b/scripts/build-iso.sh @@ -5,9 +5,9 @@ set -e -BUILD_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +BUILD_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" OUTPUT_DIR="$BUILD_DIR/output" -ISO_DIR="$BUILD_DIR/iso-tmp" +ISO_DIR="$BUILD_DIR/scripts/iso-tmp" echo "================================================" echo "Football ISO Build"