From: Michael Tremer Date: Tue, 28 Jun 2022 14:41:50 +0000 (+0000) Subject: cron: Install crontab X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09656f148e2db1139d046ed739cfe6f38b5860d2;p=pbs.git cron: Install crontab Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 30c647d2..9a7ceb56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ SUBDIRS = . po pythondir = $(pyexecdir)/pakfire configsdir = $(sysconfdir)/pakfire +crondir = $(sysconfdir)/cron.d BUILT_SOURCES = CLEANFILES = @@ -425,7 +426,7 @@ dist_database_DATA = \ databasedir = $(datadir)/database -EXTRA_DIST += \ +dist_cron_DATA = \ src/crontab/pakfire-build-service EXTRA_DIST += \