From f43a2101658eb18609f117491a6da6c5c8a82126 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 2 Feb 2013 14:20:22 +0100 Subject: [PATCH] Makefile: fix after cron file renaming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73d6d72..38c5275 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ install-data: @$(INSTALL_DATA) etc/sudoers.d/autoport $(DESTDIR)$(sysconfdir)/sudoers.d/autoport @$(INSTALL_DATA) webbuild/webbuild-sudoers $(DESTDIR)$(sysconfdir)/sudoers.d/webbuild @$(INSTALL_SCRIPT) etc/sysconfig/autoport $(DESTDIR)$(sysconfdir)/sysconfig/autoport - @$(INSTALL_SCRIPT) etc/cron.hourly/60-autodist-autobuild $(DESTDIR)$(sysconfdir)/cron.hourly/ + @$(INSTALL_SCRIPT) etc/cron.hourly/60-autodist-update $(DESTDIR)$(sysconfdir)/cron.hourly/ @$(INSTALL_SCRIPT) etc/cron.hourly/65-autoport-native $(DESTDIR)$(sysconfdir)/cron.hourly/ @$(INSTALL_SCRIPT) etc/cron.hourly/66-autoport-chroot $(DESTDIR)$(sysconfdir)/cron.hourly/ @$(INSTALL_SCRIPT) etc/cron.daily/40-autodist-cleanold $(DESTDIR)$(sysconfdir)/cron.daily/