Skip to content
Snippets Groups Projects
Commit 2276e5df authored by micah's avatar micah :speech_balloon:
Browse files

fixed automake problem if /etc/backup.d already exists

parent e2f2e629
Branches
Tags
No related merge requests found
...@@ -2,6 +2,8 @@ version 0.9.5 -- unreleased ...@@ -2,6 +2,8 @@ version 0.9.5 -- unreleased
handler changes handler changes
sys: sys:
. Fixed typo breaking things for VServers. . 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 version 0.9.4 -- October 6th, 2006
backupninja changes backupninja changes
......
...@@ -34,5 +34,5 @@ backupninja.conf: backupninja.conf.in ...@@ -34,5 +34,5 @@ backupninja.conf: backupninja.conf.in
$(edit) backupninja.conf.in > backupninja.conf $(edit) backupninja.conf.in > backupninja.conf
install-data-hook: install-data-hook:
mkdir $(DESTDIR)/$(sysconfdir)/backup.d mkdir -p $(DESTDIR)/$(sysconfdir)/backup.d
chmod 0770 $(DESTDIR)/$(sysconfdir)/backup.d chmod 0770 $(DESTDIR)/$(sysconfdir)/backup.d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment