diff options
author | ru <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
commit | cd7c90d38fcfaa98c9e2a069b70138ddf87e3955 (patch) | |
tree | 28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /share/colldef | |
parent | 700fcd80fce2f08200f5778781eb49372f0dbb64 (diff) | |
download | FreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.zip FreeBSD-src-cd7c90d38fcfaa98c9e2a069b70138ddf87e3955.tar.gz |
s/${INSTALL} -c/${INSTALL} ${COPY}/
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} |