diff options
author | Bill Nottingham <notting@redhat.com> | 2007-12-03 18:10:44 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-12-03 18:10:44 +0000 |
commit | 8411cf54ed1d8017a3ed1c70cd167031a1aeabe6 (patch) | |
tree | 4426d4fdb720695d490f5066e3abd1b8d3ddf304 /Makefile | |
parent | 20c3ac54f9bc5ae2f4556aa99b489f43c637316d (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |