mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167
@ -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