summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2001-11-05 21:26:04 +0000
committerivan <ivan>2001-11-05 21:26:04 +0000
commitb335f3f1beb62e8c5022e0ea9e94a9c2f08fd4b6 (patch)
treeeafbf6f2c337b947cfec414582255252449b522a /Makefile
parent81bf444ccd0787b8e1bd09cddcd94fbc9378aa93 (diff)
yet more Make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71fb13e58..260d0929b 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ create-database:
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`
+ [ -e ${FREESIDE_CONF} ] && mv ${FREESIDE_CONF} ${FREESIDE_CONF}.`date +%Y%m%d%H%M%S` || true
mkdir ${FREESIDE_CONF}
chown freeside ${FREESIDE_CONF}