build: remove cache/ on making releases

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-07-17 18:52:58 +01:00
parent 79f50b3791
commit e699037890
1 changed files with 1 additions and 1 deletions

2
build
View File

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