diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-02 06:52:35 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-02 07:01:24 +0100 |
commit | 769d645c2aff263603e75da60108698f5fc814e9 (patch) | |
tree | 49706e68da57ca5f9849c63314932dc0aab690e9 /include/release.sh | |
parent | 568887cd5efd5df519c7f4f593300eb3ae2beaae (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'include/release.sh')
-rw-r--r-- | include/release.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |