diff options
Diffstat (limited to 'share/timedef/Makefile')
-rw-r--r-- | share/timedef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 3c2e5c3..767691f 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -64,7 +64,7 @@ all: ${LOCALES:S/$/.out/g} afterinstall: for l in ${LOCALES}; do \ - ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \ + ${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \ ${LOCALEDIR}/$$l/LC_TIME; \ done for l in ${LATIN15LINKS}; do \ |