summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2001-10-30 13:48:22 +0000
committerivan <ivan>2001-10-30 13:48:22 +0000
commit618c19ca67cdf11fca914d75664dd6d1e546ad01 (patch)
tree31a5ed7efc78e3a04e409f33f513fcc0dd7b6307
parenta8989c556a7a1951a0b34942c6289f26395859d7 (diff)
make
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 312609afd..c0a84fc43 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,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`
mkdir ${FREESIDE_CONF}
chown freeside ${FREESIDE_CONF}