From fdbd883ec6470ea5a7aab7dfc7075689ff81928e Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 19 Mar 2012 08:04:03 +0100 Subject: [PATCH] improve distribute script --- distribute | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distribute b/distribute index c294df3..54a082a 100755 --- a/distribute +++ b/distribute @@ -57,7 +57,7 @@ make_distribution () if [[ $1 == "-c" ]]; then make clean make -C boot clean - make -C installer clean + make -C installer clean + rm HomebrewFilter/meta.xml +else make_distribution fi - -make_distribution