From: ivan Date: Sat, 10 Jan 2004 11:17:46 +0000 (+0000) Subject: workaround stubborn shells globbing [a-z] to include CVS/ X-Git-Tag: freeside_1_4_2beta1~316 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5751ed4bafee28e74442a661dedeb6bb037497b3;p=freeside.git workaround stubborn shells globbing [a-z] to include CVS/ --- diff --git a/Makefile b/Makefile index 076bd2989..0d16f3510 100644 --- a/Makefile +++ b/Makefile @@ -164,7 +164,8 @@ create-config: install-perl-modules mkdir "${FREESIDE_CONF}/conf.${DATASOURCE}" rm -rf conf/registries #old dirs just won't go away - cp conf/[a-z]* "${FREESIDE_CONF}/conf.${DATASOURCE}" + #cp conf/[a-z]* "${FREESIDE_CONF}/conf.${DATASOURCE}" + cp `ls -d conf/[a-z]* | grep -v CVS` "${FREESIDE_CONF}/conf.${DATASOURCE}" chown -R freeside "${FREESIDE_CONF}/conf.${DATASOURCE}" mkdir "${FREESIDE_CONF}/counters.${DATASOURCE}"