Skip to content
Snippets Groups Projects
Commit a7f9a7bb authored by Libreboot project's avatar Libreboot project Committed by Leah Rowe
Browse files

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: default avatarLeah Rowe <leah@libreboot.org>
parent 71091e03
No related merge requests found
......@@ -95,7 +95,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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment