mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 21:39:03 +02:00
release.sh: delete xbmkwd on src tarballs
the previously deleted tmp/ directory was a relic from prior to recent tmpdir changes. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -70,7 +70,7 @@ prep_release_tarball()
|
||||
git log --graph --pretty=format:'%Cred%h%Creset %s %Creset' \
|
||||
--abbrev-commit > "$rsrc/CHANGELOG" || err "!log $rsrc"
|
||||
x_ rm -f "$rsrc/lock"
|
||||
x_ rm -Rf "$rsrc/cache" "$rsrc/tmp"
|
||||
x_ rm -Rf "$rsrc/cache" "$rsrc/xbmkwd"
|
||||
(
|
||||
x_ cd "${rsrc%/*}"
|
||||
x_ mktarball "${rsrc##*/}" "${rsrc##*/}.tar.xz"
|
||||
|
||||
Reference in New Issue
Block a user