diff options
author | Bill Nottingham <notting@redhat.com> | 2013-01-03 14:20:07 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2013-01-03 14:20:07 -0500 |
commit | 9a0f402caa2dd711d9f24ee9e28e90682d904795 (patch) | |
tree | f5c5e31a6c63868f42f368f3c7d93f9f1ed7d4c2 /Makefile | |
parent | a3d8303fff48dc133e1b4bb148e89ccc9db142b8 (diff) | |
download | initscripts-9a0f402caa2dd711d9f24ee9e28e90682d904795.tar initscripts-9a0f402caa2dd711d9f24ee9e28e90682d904795.tar.gz initscripts-9a0f402caa2dd711d9f24ee9e28e90682d904795.tar.bz2 initscripts-9a0f402caa2dd711d9f24ee9e28e90682d904795.tar.xz initscripts-9a0f402caa2dd711d9f24ee9e28e90682d904795.zip |
Rename term256 to 256term (glob sort) (#849429)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ install: 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 256term.csh 256term.sh $(ROOT)/etc/profile.d install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 |