From eac78dccac9ff33136ee2ef9bddd905defd527ed Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 26 Feb 1995 03:03:15 +0000 Subject: [PATCH] Install manpath.config.sample with the correct mode. It should be installed elsewhere. --- gnu/usr.bin/man/manpath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 6b6bfbbd85e..970f442a58f 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -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