mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Install manpath.config.sample with the correct mode. It should be installed
elsewhere.
This commit is contained in:
parent
2c9da268b6
commit
eac78dccac
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ ${MAN1}: ${.CURDIR}/manpath.man
|
|||
${.CURDIR}/manpath.man > ${MAN1}
|
||||
|
||||
afterinstall:
|
||||
install -c -o bin -g bin -m 555 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
|
||||
install -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue