aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ee
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-04 15:09:42 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-04 15:09:42 +0000
commit9fa50de4c4aacf56dc38aea953d345789d232533 (patch)
tree8925182c7d806d7fac133e5250310293621c4215 /usr.bin/ee
parent66141753e641cbb65e0b66dad8e04be8f96c8b9d (diff)
downloadsrc-9fa50de4c4aacf56dc38aea953d345789d232533.tar.gz
src-9fa50de4c4aacf56dc38aea953d345789d232533.zip
Fixed missing ${COPY} in install rule.
Notes
Notes: svn path=/head/; revision=24618
Diffstat (limited to 'usr.bin/ee')
-rw-r--r--usr.bin/ee/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile
index 7a7041d48fb2..ff643481105f 100644
--- a/usr.bin/ee/Makefile
+++ b/usr.bin/ee/Makefile
@@ -20,7 +20,7 @@ ${lang}.ee.cat: ${.CURDIR}/nls/${lang}/ee.msg
beforeinstall:
.for lang in ${LANGS}
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
${lang}.ee.cat ${DESTDIR}${NLSDIR}/${lang}/ee.cat
.endfor