mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 03:25:25 +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
|
done
|
||||||
rm -Rf */.git* */*/.git* */*/*/.git* */*/*/*/.git* */*/*/*/*/.git* \
|
rm -Rf */.git* */*/.git* */*/*/.git* */*/*/*/.git* */*/*/*/*/.git* \
|
||||||
*/*/*/*/*/*/.git* */*/*/*/*/*/*/.git* */*/*/*/*/*/*/*/.git* \
|
*/*/*/*/*/*/.git* */*/*/*/*/*/*/.git* */*/*/*/*/*/*/*/.git* \
|
||||||
.git || err "${_xm}: rm-dotgit"
|
.git tmp || err "${_xm}: rm-dotgit"
|
||||||
}
|
}
|
||||||
|
|
||||||
mkrom_images()
|
mkrom_images()
|
||||||
|
|||||||
Reference in New Issue
Block a user