diff options
-rw-r--r-- | busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/Makefile b/busybox/Makefile index 0bfb700..0f91679 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 {} \; ; \ \ |