diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-11 01:14:50 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-11 02:01:22 (EDT) |
commit | 105c0d22958d73b2ed55803206e1a8c1e8bdabde (patch) | |
tree | 180fb9e05978a3c60b60b261fc298e3aceaccaf2 /build-release | |
parent | 677affae5d5e4666365c4516489e73824218b99a (diff) | |
download | libreboot-105c0d22958d73b2ed55803206e1a8c1e8bdabde.zip libreboot-105c0d22958d73b2ed55803206e1a8c1e8bdabde.tar.gz libreboot-105c0d22958d73b2ed55803206e1a8c1e8bdabde.tar.bz2 |
Libreboot release 6 beta 7.
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index 98a30c6..36453e9 100755 --- a/build-release +++ b/build-release @@ -64,6 +64,9 @@ cd libreboot_src # because "rm -rf" won't complain if they are missing. It is still useful on # the release archives (non-git), for example if the user re-downloads these programmes. +# remove .git for libreboot project itself +rm -rf .git* + # # bucts needs .git to stay, otherwise it won't compile # # We don't need .git* (please submit all upstreamable changes directly to bucts upstream) # # removing them, to reduce the size of the archive |