From 769d645c2aff263603e75da60108698f5fc814e9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 2 Sep 2025 06:52:35 +0100 Subject: init.sh: create separate lock in release dirs this removes the current hackiness, preventing build errors since xbtmp is now based on xbmkpwd, which changes when we're in the release dir. XBMK_RELEASE is still set accordingly, so this will still work the same way. this is also cleaner in general. XBMK_CACHE is still the same, so the release work directory still re-uses files from the main work directory, rather than re-creating them. Signed-off-by: Leah Rowe --- include/release.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/release.sh b/include/release.sh index 1e70164d..3eb95e2d 100644 --- a/include/release.sh +++ b/include/release.sh @@ -42,7 +42,6 @@ release() prep_release() { - x_ cp "$xbmklock" "$rsrc/lock" ( [ "$1" = "tarball" ] || x_ cd "$rsrc" prep_release_$1 -- cgit v1.2.1