diff options
Diffstat (limited to 'share/colldef')
-rw-r--r-- | share/colldef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 3dde203..fa2beb2 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -78,7 +78,7 @@ uk_UA.KOI8-U.out: map.KOI8-U afterinstall: .for locale in ${LOCALES} - ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} \ + ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \ ${locale}.out ${LOCALEDIR}/${locale}/LC_COLLATE .endfor .for link in ${ASCIILINKS} |