From ea92b91862baa77c11519dd71ff7aea84a1352ca Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Mar 2008 09:49:20 +0000 Subject: (localcopy) we no more have CVS/ but .svn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index baebdff..9902350 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ dir: localcopy: clean find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/ - find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf + find $(PACKAGE)-$(VERSION) -type d -name .svn|xargs rm -rf tar: export tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) -- cgit v1.2.1