build/release: don't include tmp/ in src tarball

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-14 02:34:29 +01:00
parent 27aaae5992
commit 2ebadb7ffd
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ fetch_trees()
done
rm -Rf */.git* */*/.git* */*/*/.git* */*/*/*/.git* */*/*/*/*/.git* \
*/*/*/*/*/*/.git* */*/*/*/*/*/*/.git* */*/*/*/*/*/*/*/.git* \
.git || err "${_xm}: rm-dotgit"
.git tmp || err "${_xm}: rm-dotgit"
}
mkrom_images()