avoid erroring out running install-perl-modules when you have a pristine, un-updated...
authorivan <ivan>
Sat, 28 Feb 2009 18:27:40 +0000 (18:27 +0000)
committerivan <ivan>
Sat, 28 Feb 2009 18:27:40 +0000 (18:27 +0000)
Makefile

index 33bb57b..8df079c 100644 (file)
--- 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 ] \