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:
Hiroki Sato 2020-12-07 04:45:29 +00:00
parent e574d407ae
commit 6c9838ca71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368404

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