build/release: don't include tmp/ in src tarball
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
27aaae5992
commit
2ebadb7ffd
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue