From 341a83d12a8621ee47508f668926f6243467dc19 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Mar 2008 09:57:04 +0000 Subject: (tar) no need to copy again the files through (export) since both (dist) & (localdist) already did it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12a6f13..7acca26 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ localcopy: clean find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/ find $(PACKAGE)-$(VERSION) -type d -name .svn|xargs rm -rf -tar: export +tar: tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) bzip2 -9vf $(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.1