summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-07-18 14:13:11 +0100
committerLeah Rowe <leah@libreboot.org>2024-07-18 14:13:11 +0100
commit64283a1fb1fc3b0e6f0c0601f029d06938df0274 (patch)
treec05ad16fa8c94a842c3b03814f6c356ef63bc6a6
parentbf85246c4cd9d4f970ed6b3f66b435d39106a182 (diff)
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>
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 3408b745..6831c781 100755
--- a/build
+++ b/build
@@ -100,7 +100,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"