[freeside-commits] freeside Makefile,1.170,1.171
Ivan,,,
ivan at wavetail.420.am
Sat Feb 28 10:27:43 PST 2009
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv25927
Modified Files:
Makefile
Log Message:
avoid erroring out running install-perl-modules when you have a pristine, un-updated CVS checkout
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Makefile 4 Jan 2009 22:07:16 -0000 1.170
+++ Makefile 28 Feb 2009 18:27:40 -0000 1.171
@@ -223,7 +223,7 @@
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 ] \
More information about the freeside-commits
mailing list