summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-07-17 18:52:58 +0100
committerLeah Rowe <leah@libreboot.org>2024-07-17 18:52:58 +0100
commite6990378905763a965a900905d530934da9e7426 (patch)
tree9e6f14e9e13402434021c3e07ba06b64d22edcfd
parent79f50b3791566852a909eb30d39c98df493d312e (diff)
build: remove cache/ on making releases
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index b1b0f40d..3408b745 100755
--- a/build
+++ b/build
@@ -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"