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:
parent
e574d407ae
commit
6c9838ca71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user