mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-28 23:19:03 +02:00
build/release: don't include tmp/ in src tarball
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user