From: micah Date: Sat, 7 Oct 2006 23:04:27 +0000 (+0000) Subject: fixed automake problem if /etc/backup.d already exists X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=408420b45c50d2eddf6b5c87a0691bb102d46e09;p=matthijs%2Fupstream%2Fbackupninja-vserver.git fixed automake problem if /etc/backup.d already exists git-svn-id: http://code.autistici.org/svn/backupninja/trunk@448 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/ChangeLog b/ChangeLog index 70af3ca..046eaa5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ version 0.9.5 -- unreleased handler changes sys: . Fixed typo breaking things for VServers. + fixed automake 'make install' bug that failed if /etc/backup.d already + existed version 0.9.4 -- October 6th, 2006 backupninja changes diff --git a/etc/Makefile.am b/etc/Makefile.am index f7f9e16..b713892 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -34,5 +34,5 @@ backupninja.conf: backupninja.conf.in $(edit) backupninja.conf.in > backupninja.conf install-data-hook: - mkdir $(DESTDIR)/$(sysconfdir)/backup.d + mkdir -p $(DESTDIR)/$(sysconfdir)/backup.d chmod 0770 $(DESTDIR)/$(sysconfdir)/backup.d