From 7af417ccb22c10a613b2cc518e82affbd533684f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 15:14:28 +0000 Subject: (tar) no need to do the copy, localdist already dit it for us --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56fd74d..c09a4ae 100644 --- a/Makefile +++ b/Makefile @@ -46,8 +46,6 @@ localcopy: find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ tar: - mkdir ../$(PACKAGE)-$(VERSION) - cp -a * ../$(PACKAGE)-$(VERSION) tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) -- cgit v1.2.1