X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2FMakefile.am;fp=etc%2FMakefile.am;h=f7f9e16c38703fb14f3795e93c88c53de180a447;hb=787e4aadd2aa9786c95d897d781ebd67d7dd5875;hp=a90eb985ca205d3c41db9b6e80f9b0f690d3e132;hpb=2dd5981aadc4c895f983f1ec897880fb6ea12388;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/etc/Makefile.am b/etc/Makefile.am index a90eb98..f7f9e16 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -33,7 +33,6 @@ backupninja.conf: backupninja.conf.in rm -f backupninja.conf $(edit) backupninja.conf.in > backupninja.conf -#install-data-hook: -# for a in $(EXAMPLES); do \ -# chmod 755 $(sysconfdir)/$(a); \ -# done +install-data-hook: + mkdir $(DESTDIR)/$(sysconfdir)/backup.d + chmod 0770 $(DESTDIR)/$(sysconfdir)/backup.d