summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1999-05-23 02:11:41 +0000
committerjb <jb@FreeBSD.org>1999-05-23 02:11:41 +0000
commit607daee4a1bcaa070d23e148e19bcb08c8686625 (patch)
tree7d554cadbfff6060eba08b1bfdc795031cd9353c /gnu
parent664ece1203712c55ddab8529abd6803ab19e9803 (diff)
downloadFreeBSD-src-607daee4a1bcaa070d23e148e19bcb08c8686625.zip
FreeBSD-src-607daee4a1bcaa070d23e148e19bcb08c8686625.tar.gz
Add a missing backslash from the last commit. (Broke installworld)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/manpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile
index e926167..05ebcd2 100644
--- a/gnu/usr.bin/man/manpath/Makefile
+++ b/gnu/usr.bin/man/manpath/Makefile
@@ -18,7 +18,7 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud