Fixed missing ${COPY} in install rule.

This commit is contained in:
Bruce Evans 1997-04-04 15:09:42 +00:00
parent 66141753e6
commit 9fa50de4c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24618

View file

@ -20,7 +20,7 @@ ${lang}.ee.cat: ${.CURDIR}/nls/${lang}/ee.msg
beforeinstall: beforeinstall:
.for lang in ${LANGS} .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 ${lang}.ee.cat ${DESTDIR}${NLSDIR}/${lang}/ee.cat
.endfor .endfor