diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c495a700..770a7983 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" dist-hook: make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec - rm -rf `find $(distdir) -name CVS` + rm -rf `find $(distdir) -name .svn` install-root: cd plugins-root && $(MAKE) $@ |