diff options
author | Pádraig Brady <pbrady@redhat.com> | 2012-08-08 21:56:17 +0100 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-09-14 15:59:19 -0400 |
commit | 8d627ea4b403a8c291b3b26e5bf42af147da8717 (patch) | |
tree | caef99d1989b66fa94e30bdaa1a64ecaf60f810b /Makefile | |
parent | 02ca71f53ca1fe26a416b20a8a6b392565f74b57 (diff) | |
download | initscripts-8d627ea4b403a8c291b3b26e5bf42af147da8717.tar initscripts-8d627ea4b403a8c291b3b26e5bf42af147da8717.tar.gz initscripts-8d627ea4b403a8c291b3b26e5bf42af147da8717.tar.bz2 initscripts-8d627ea4b403a8c291b3b26e5bf42af147da8717.tar.xz initscripts-8d627ea4b403a8c291b3b26e5bf42af147da8717.zip |
Enable 256 color terminals by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ install: install -m644 rwtab statetab networks $(ROOT)/etc install -m755 service setsysfont $(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 install -m755 sys-unconfig $(ROOT)/usr/sbin install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 |