From 64283a1fb1fc3b0e6f0c0601f029d06938df0274 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 Jul 2024 14:13:11 +0100 Subject: 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 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1