From: ivan Date: Fri, 15 Aug 2008 19:42:36 +0000 (+0000) Subject: install default conf with make create-config too, so it doesn't go missing X-Git-Tag: root_of_webpay_support~431 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=233ef9c25931dd63e690b402dcbeb1df275e540d install default conf with make create-config too, so it doesn't go missing --- diff --git a/Makefile b/Makefile index f29769f86..0bd470412 100644 --- a/Makefile +++ b/Makefile @@ -313,6 +313,12 @@ create-config: install-perl-modules 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; \