From 33d5b064cceb763ae9b62e02ec0a2101a83db113 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sun, 27 Apr 2014 16:21:39 -0500 Subject: Fix typo for install-gpm target. Need CONFOMDE instead of CONFMOD. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74d71ff..f0c710c 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ install-fcron: create-dirs systemctl enable fcron.service install-gpm: create-dirs - install -m ${CONFMOD} clfs/default/gpm ${DEFAULTSDIR}/ + install -m ${CONFMODE} clfs/default/gpm ${DEFAULTSDIR}/ install -m ${CONFMODE} clfs/units/gpm.service ${UNITSDIR}/ systemctl enable gpm.service -- cgit v1.2.3-54-g00ecf