]> git.ipfire.org Git - pbs.git/commitdiff
cron: Install crontab
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Jun 2022 14:41:50 +0000 (14:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Jun 2022 14:41:50 +0000 (14:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am

index 30c647d2ad891a30ed4a0c367b9710e370eb00d1..9a7ceb5675ef8fe1a66caaec39297f106009ef06 100644 (file)
@@ -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 += \