From c18f5741b77fd5874020d2ad022a181131fc261d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 24 Sep 2024 17:01:51 -0500 Subject: [PATCH] debian: Use cron-daemon package instead of cron Allows users to use their choice of cron implementation (eg. systemd-cron). A workaround for #48 Signed-off-by: Matt Strapp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb61780..21c12a9 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ $(deb_package): $(base_linux_package) --verbose \ --input-type deb \ --force \ - --depends cron \ + --depends cron-daemon \ -p $@ \ $< # print information about the compiled deb package