From 2276e5df3f9aa0a653edced1acf3b2dd3b3b114e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 7 Oct 2006 23:04:27 +0000 Subject: fixed automake problem if /etc/backup.d already exists --- etc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3