From 8411cf54ed1d8017a3ed1c70cd167031a1aeabe6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 3 Dec 2007 18:10:44 +0000 Subject: fix perms on /etc/profile.d (#407531, ) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69b76c6f..408b0e05 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: fi install -m644 rwtab statetab networks $(ROOT)/etc install -m755 service setsysfont $(ROOT)/sbin - install -m755 lang.csh lang.sh $(ROOT)/etc/profile.d + install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 crypttab.5 $(ROOT)$(mandir)/man5 install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 -- cgit v1.2.1