diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-27 16:21:39 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-27 16:21:39 -0500 |
commit | 33d5b064cceb763ae9b62e02ec0a2101a83db113 (patch) | |
tree | 40e9d7ccbc414c80f5aee05d2a613cc9a9902ee2 /Makefile | |
parent | 5baab374306e3a62c2041aa011be611dc047d0b5 (diff) |
Fix typo for install-gpm target. Need CONFOMDE instead of CONFMOD.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |