From b1f485d0f2897b18272bdf504f8476ce5efcd7dc Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 1 Sep 2025 08:46:20 +0100 Subject: release.sh: fix broken release lock file handling we need to copy the main lock file, rather than creating a new, empty one. this is because the new lock file handling requires it, and the release lock file will be used during release builds. Signed-off-by: Leah Rowe --- include/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/release.sh b/include/release.sh index 912687dc..08c5a65e 100644 --- a/include/release.sh +++ b/include/release.sh @@ -43,7 +43,7 @@ release() prep_release() { - x_ touch "$rsrc/lock" + x_ cp "$xbmklock" "$rsrc/lock" ( [ "$1" = "tarball" ] || x_ cd "$rsrc" prep_release_$1 -- cgit v1.2.1