From 3a5dcd5caca361130b75959953f7a883bc4a8ac7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Aug 2019 15:35:15 +0100 Subject: [PATCH] crontab: Rename file Debian ignores all files with dot in its filename Signed-off-by: Michael Tremer --- Makefile.am | 2 +- src/crontab/{ipfire.org => ipfire} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/crontab/{ipfire.org => ipfire} (100%) diff --git a/Makefile.am b/Makefile.am index 1a34b70c..12cf7e16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -947,7 +947,7 @@ static_netbootdir = $(staticdir)/netboot # ------------------------------------------------------------------------------ dist_cron_DATA = \ - src/crontab/ipfire.org + src/crontab/ipfire # ------------------------------------------------------------------------------ diff --git a/src/crontab/ipfire.org b/src/crontab/ipfire similarity index 100% rename from src/crontab/ipfire.org rename to src/crontab/ipfire -- 2.47.3