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:
Rodney W. Grimes 1993-07-20 02:13:11 +00:00
parent ba52f64934
commit 3b1dcbdd1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167

View File

@ -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>