release.sh: delete tmp/cache from the tarball

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-12 19:29:58 +01:00
parent 92954eeb38
commit c85aff5c54
+1
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%/*}"