aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 920cbbecf..187f3fcd6 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ release: distclean #doc
cp -a busybox $(PROG)-$(VERSION); \
\
find $(PROG)-$(VERSION)/ -type d \
- -name CVS \
+ -name .svn \
-print \
-exec rm -rf {} \; ; \
\