mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The install of manpath.config did not have a ${DESTDIR} in it. These
are needed on all install commands in Makefiles!
This commit is contained in:
parent
ba52f64934
commit
3b1dcbdd1a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,6 @@ manpath.1: manpath.man
|
|||
manpath.man > manpath.1
|
||||
|
||||
afterinstall:
|
||||
install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${manpath_config_file}
|
||||
install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue