summaryrefslogtreecommitdiffstats
path: root/share/mklocale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/mklocale/Makefile')
-rw-r--r--share/mklocale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile
index 37fb967..517edef 100644
--- a/share/mklocale/Makefile
+++ b/share/mklocale/Makefile
@@ -42,7 +42,7 @@ all: ${LOCALES:S/$/.out/g}
afterinstall:
.for locale in ${LOCALES}
- ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \
+ ${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} \
${locale}.out ${LOCALEDIR}/${locale}/LC_CTYPE
.endfor
.for link in ${LATIN1LINKS}
OpenPOWER on IntegriCloud