From: ivan Date: Mon, 5 Nov 2001 20:12:07 +0000 (+0000) Subject: makefile fixups X-Git-Tag: freeside_1_4_0pre11~225 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=45b4365687be864c68b1daa0ee7787a6a0933589;hp=3c95656e1308b5ebf155191badac19000f0e5b9f;p=freeside.git makefile fixups --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 9f3549468..6c7a321e6 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -804,7 +804,7 @@ sub ut_phonen { $phonen .= " x$4" if $4; $self->setfield($field,$phonen); } else { - warn "don't know how to check phone numbers for country $country"; + warn "warning: don't know how to check phone numbers for country $country"; return $self->ut_textn($field); } ''; diff --git a/Makefile b/Makefile index 677dea933..1fb870cc8 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ deploy: install ${QUEUED_RESTART} create-database: - perl -e 'use DBIx::DataSource qw( create_database ); create_database( \'${DATASOURCE}\', \'${DB_USER}\', \'${DB_PASSWORD}\' ) or die $DBIx::DataSource::errstr;' + perl -e 'use DBIx::DataSource qw( create_database ); create_database( "${DATASOURCE}", "${DB_USER}", "${DB_PASSWORD}" ) or die \$DBIx::DataSource::errstr;' create-config: install-perl-modules [ -e ${FREESIDE_CONF} ] && mv ${FREESIDE_CONF} ${FREESIDE_CONF}.`date +%Y%m%d%H%M%S`