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
cd18b68a80
commit
3e57b81cfb
@ -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 New Issue
Block a user