From b9d20d9c88be7c985e8c95fc7889f5718105f161 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 30 Sep 2018 18:38:04 -0500 Subject: [PATCH] Added dependency on initscripts --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 63825d3..c826446 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,13 @@ # GNU General Public License for more details. ARCH = x86_64 -DEPENDS = dash,glibc,sysvinit +DEPENDS = dash,glibc,initscripts,sysvinit BUILDDEPS = URL = http://ftp.isc.org/isc/cron/ REPO = main BRIEF = daemon to execute scheduled commands DESC = An implimentation of cron based on the SysV cron (aka Vixie cron) -SNAPVER = 3 +SNAPVER = 4 ARCHIVE := $(PWD)/$(shell ls SRC/*.shar|tail -1) SRCDIR := cron-$(shell echo $(ARCHIVE)|egrep -o '[0-9]\.[0-9]')