build: remove tmp/ on release archives

i overlooked this before. remove it. the directory
happened to be empty when i tested archives, but it's
still not a good thing that we have it. remove it!

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-07-18 14:13:11 +01:00 committed by Leah Rowe
parent 71091e03a7
commit a7f9a7bb6f
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -95,7 +95,7 @@ build_release()
cd "$srcdir" || $err "$vdir: !cd \"$srcdir\""
./update trees -f
rmgit .
x_ rm -Rf cache
x_ rm -Rf cache tmp
x_ mv src/docs docs
) || $err "can't create release files"