From bc1d1a4f9f875dbf870b7695df0f2242459147ec Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 15:09:26 +0000 Subject: (tar) fix using --exclude-vcs option in order not to create a '--exclude-vcs' file ... as nicely shown by "cp: unrecognized option '--exclude-vcs'" error message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e40ebc2..56fd74d 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ localcopy: tar: mkdir ../$(PACKAGE)-$(VERSION) cp -a * ../$(PACKAGE)-$(VERSION) - tar cfj --exclude-vcs $(PACKAGE)-$(VERSION).tar.bz2 ../$(PACKAGE)-$(VERSION) + tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) buildrpm: -- cgit v1.2.1