From 105c0d22958d73b2ed55803206e1a8c1e8bdabde Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 11 Sep 2014 06:14:50 +0100 Subject: Libreboot release 6 beta 7. --- build-release | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build-release') 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 -- cgit v1.2.3