aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-12-03 18:10:44 +0000
committerBill Nottingham <notting@redhat.com>2007-12-03 18:10:44 +0000
commit8411cf54ed1d8017a3ed1c70cd167031a1aeabe6 (patch)
tree4426d4fdb720695d490f5066e3abd1b8d3ddf304 /Makefile
parent20c3ac54f9bc5ae2f4556aa99b489f43c637316d (diff)
downloadinitscripts-8411cf54ed1d8017a3ed1c70cd167031a1aeabe6.tar
initscripts-8411cf54ed1d8017a3ed1c70cd167031a1aeabe6.tar.gz
initscripts-8411cf54ed1d8017a3ed1c70cd167031a1aeabe6.tar.bz2
initscripts-8411cf54ed1d8017a3ed1c70cd167031a1aeabe6.tar.xz
initscripts-8411cf54ed1d8017a3ed1c70cd167031a1aeabe6.zip
fix perms on /etc/profile.d (#407531, <ville.skytta@iki.fi>)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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