summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2001-11-05 20:12:07 +0000
committerivan <ivan>2001-11-05 20:12:07 +0000
commit45b4365687be864c68b1daa0ee7787a6a0933589 (patch)
tree8d9418ae4646d862773726d77d6755094b8e468b /Makefile
parent3c95656e1308b5ebf155191badac19000f0e5b9f (diff)
makefile fixups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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`