From fdea3fc18e7806f4b0af921aaaab445499ee6a7d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 15:06:12 +0000 Subject: (localcopy) update to CVS to SVN switch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0713e9..d265318 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ dir: localcopy: find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ - find $(PACKAGE)-$(VERSION) -type d -name CVS -o -name .cvsignore |xargs rm -rf + find $(PACKAGE)-$(VERSION) -type d -name SVN -o -name .svnignore |xargs rm -rf tar: mkdir ../$(PACKAGE)-$(VERSION) -- cgit v1.2.1