diff options
author | ivan <ivan> | 2009-02-28 18:27:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-28 18:27:40 +0000 |
commit | 5e825c528de37c9095f71fbf4f079932e9451c5a (patch) | |
tree | 5b731c159053f301b696aed86eead979490d0439 | |
parent | 4933e9f69de80b080393e66b26e8c32a9cc263d6 (diff) |
avoid erroring out running install-perl-modules when you have a pristine, un-updated CVS checkout
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ] \ |