From 5e825c528de37c9095f71fbf4f079932e9451c5a Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 28 Feb 2009 18:27:40 +0000 Subject: [PATCH] avoid erroring out running install-perl-modules when you have a pristine, un-updated CVS checkout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33bb57bd5..8df079cfb 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 ] \ -- 2.11.0