From 623738b76cf0436eda01596b396f60b27ec0a5a0 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 28 Apr 2014 20:16:02 -0500 Subject: Add commands to install fcron configuration file during install-fcron target. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0c710c..b2e2dd1 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ install-dhcpd: create-dirs systemctl enable dhcpd.service install-fcron: create-dirs + install -m ${CONFMODE} clfs/default/fcron ${DEFAULTSDIR}/ install -m ${CONFMODE} clfs/units/fcron.service ${UNITSDIR}/ systemctl enable fcron.service -- cgit v1.2.3-54-g00ecf