Fix the source directory when installing the results. The install

target did not install them actually.

Spotted by:	Thomas Munro, bapt, yuripv
This commit is contained in:
hrs 2020-12-07 04:45:29 +00:00
parent c52fe71eb0
commit a08ac911ab

View File

@ -95,6 +95,7 @@ install: install-${t}
install-${t}:
cd ${LOCALESRCDIR}/${t} && \
rm -f Makefile *.src && \
cd ${.OBJDIR} && \
install -c ${t}/* ${LOCALESRCDIR}/${t}
. endif
.endfor