build: remove cache/ on making releases

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-07-17 18:52:58 +01:00 committed by Leah Rowe
parent 0cf0fdcfc3
commit ae3966a02f
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 hash repo
x_ rm -Rf cache
x_ mv src/docs docs
) || $err "can't create release files"