Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/Makefile b/busybox/Makefile
index 0bfb700b6..0f91679c7 100644
--- a/busybox/Makefile
+++ b/busybox/Makefile
@@ -291,7 +291,7 @@ release: distclean #doc
cp -a busybox $(PROG)-$(VERSION); \
\
find $(PROG)-$(VERSION)/ -type d \
- -name CVS \
+ -name .svn \
-print \
-exec rm -rf {} \; ; \
\