summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-02-28 18:27:40 +0000
committerivan <ivan>2009-02-28 18:27:40 +0000
commit5e825c528de37c9095f71fbf4f079932e9451c5a (patch)
tree5b731c159053f301b696aed86eead979490d0439
parent4933e9f69de80b080393e66b26e8c32a9cc263d6 (diff)
avoid erroring out running install-perl-modules when you have a pristine, un-updated CVS checkout
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33bb57b..8df079c 100644
--- a/Makefile
+++ b/Makefile
@@ -223,7 +223,7 @@ install-perl-modules: perl-modules
install -d $(DIST_CONF)
#install conf/[a-z]* $(DEFAULT_CONF)
#CVS is not [a-z]
- install `ls -d conf/[a-z]* | grep -v CVS` $(DIST_CONF)
+ install `ls -d conf/[a-z]* | grep -v CVS | grep -v '^conf/registries'` $(DIST_CONF)
dev-perl-modules: perl-modules
[ -d ${PERL_INC_DEV_KLUDGE}/FS -a ! -L ${PERL_INC_DEV_KLUDGE}/FS ] \