X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=0bd47041253159ee33c2977100081678c54d522e;hb=455ec0f5eb1ea11cc81ca08f15ed8cbe37cd6aa5;hp=f29769f86b701422c3fc8636c68391f3a03ecf9e;hpb=b2474be9902af86b59b8e581de4609dee136264b;p=freeside.git 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; \