mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue