aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)