aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@cross-lfs.org>2014-04-27 16:21:39 -0500
committerWilliam Harrington <kb0iic@cross-lfs.org>2014-04-27 16:21:39 -0500
commit33d5b064cceb763ae9b62e02ec0a2101a83db113 (patch)
tree40e9d7ccbc414c80f5aee05d2a613cc9a9902ee2 /Makefile
parent5baab374306e3a62c2041aa011be611dc047d0b5 (diff)
Fix typo for install-gpm target. Need CONFOMDE instead of CONFMOD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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