release.sh: delete tmp/cache from the tarball

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.06_branch
Leah Rowe 2025-05-12 19:29:58 +01:00
parent 5861c25a7c
commit 4b36ba9765
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ build_release()
git log --graph --pretty=format:'%Cred%h%Creset %s %Creset' \
--abbrev-commit > "$relsrcdir/CHANGELOG" || err "!log $relsrcdir"
x_ rm -f "$relsrcdir/lock"
x_ rm -Rf "$relsrcdir/cache" "$relsrcdir/tmp"
(
x_ cd "${relsrcdir%/*}"