diff options
-rw-r--r-- | busybox/Makefile | 2 |
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 | |||
291 | cp -a busybox $(PROG)-$(VERSION); \ | 291 | cp -a busybox $(PROG)-$(VERSION); \ |
292 | \ | 292 | \ |
293 | find $(PROG)-$(VERSION)/ -type d \ | 293 | find $(PROG)-$(VERSION)/ -type d \ |
294 | -name CVS \ | 294 | -name .svn \ |
295 | -print \ | 295 | -print \ |
296 | -exec rm -rf {} \; ; \ | 296 | -exec rm -rf {} \; ; \ |
297 | \ | 297 | \ |