From: ivan Date: Sat, 10 Jan 2004 11:17:45 +0000 (+0000) Subject: workaround stubborn shells globbing [a-z] to include CVS/ X-Git-Tag: NET_WHOIS_RAW_0_31~194 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2ee78e49dd604c6269463fd0431bb7bf361a170a workaround stubborn shells globbing [a-z] to include CVS/ --- diff --git a/Makefile b/Makefile index 42dba360f..2c2b7a5be 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}"