aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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