diff options
author | Bill Nottingham <notting@redhat.com> | 2012-12-07 16:21:59 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-12-07 16:21:59 -0500 |
commit | 65173d72f1a662a8596aa0e14232556ba40e452f (patch) | |
tree | 58931a1d0a706821e93ab78611a4cc3e4ddf576b /Makefile | |
parent | ddf630a9f771094d44d3eff1c808ac53dfca06d9 (diff) | |
download | initscripts-65173d72f1a662a8596aa0e14232556ba40e452f.tar initscripts-65173d72f1a662a8596aa0e14232556ba40e452f.tar.gz initscripts-65173d72f1a662a8596aa0e14232556ba40e452f.tar.bz2 initscripts-65173d72f1a662a8596aa0e14232556ba40e452f.tar.xz initscripts-65173d72f1a662a8596aa0e14232556ba40e452f.zip |
Fix build.initscripts-9.43-1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ install: install -m644 adjtime $(ROOT)/etc install -m644 inittab $(ROOT)/etc install -m644 rwtab statetab networks $(ROOT)/etc + install -m755 service $(ROOT)/sbin install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d install -m644 term256.csh term256.sh $(ROOT)/etc/profile.d install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d |