From bab5f267237c75cc5fbe786da02eab083299986b Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 22 Jan 2002 20:27:31 +0000 Subject: don't put .bz2 archive in source for localcopy. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e4392c..83d6d81 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ dir: mkdir $(PACKAGE)-$(VERSION) localcopy: clean - find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ + find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/ find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf tar: -- cgit v1.2.1