From 27338585016281c3c979806e2cf1dc104de730fd Mon Sep 17 00:00:00 2001 From: David Baudens Date: Tue, 17 Feb 2004 11:12:18 +0000 Subject: Update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8bdf3c9..5693814 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ localcopy: clean find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf tar: - tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf $(PACKAGE)-$(VERSION).tar + tar cf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) + bzip2 -9f $(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) buildrpm: -- cgit v1.2.1