From: ivan Date: Sat, 28 Feb 2009 18:27:40 +0000 (+0000) Subject: avoid erroring out running install-perl-modules when you have a pristine, un-updated... X-Git-Tag: root_of_webpay_support~9 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5e825c528de37c9095f71fbf4f079932e9451c5a avoid erroring out running install-perl-modules when you have a pristine, un-updated CVS checkout --- 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 ] \