[freeside-commits] freeside Makefile,1.166,1.167

Ivan,,, ivan at wavetail.420.am
Fri Aug 15 12:42:40 PDT 2008


Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv29082

Modified Files:
	Makefile 
Log Message:
install default conf with make create-config too, so it doesn't go missing

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- Makefile	7 Aug 2008 22:30:38 -0000	1.166
+++ Makefile	15 Aug 2008 19:42:36 -0000	1.167
@@ -313,6 +313,12 @@
 	mkdir "${FREESIDE_EXPORT}/export.${DATASOURCE}"
 	chown freeside "${FREESIDE_EXPORT}/export.${DATASOURCE}"
 
+	#install this for freeside-setup
+	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)
+
 configure-rt:
 	cd rt; \
 	cp config.layout.in config.layout; \



More information about the freeside-commits mailing list