From 9e59b6d7ce648534f0c6d346b9ff5964dbd6c479 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 26 Feb 1995 03:03:15 +0000 Subject: 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(-) (limited to 'gnu/usr.bin/man') diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 6b6bfbb..970f442 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 -- cgit v1.1