From 9cb32b40afe88e85eb4c8ece9728b4dc3c1ce45e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 4 Mar 2008 22:35:01 +0000 Subject: be less verbose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f1cdfd..c0759ad 100644 --- a/Makefile +++ b/Makefile @@ -12,5 +12,5 @@ clean: dist: clean rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar* svn export -q -rBASE . ../$(PACKAGE)-$(VERSION) - tar cvjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION) + tar cjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION) rm -rf ../mandi-$(VERSION) -- cgit v1.2.1