diff options
author | Bill Nottingham <notting@redhat.com> | 2012-12-07 15:12:36 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-12-07 15:12:36 -0500 |
commit | daaf1b7eb9aad6b3410c8992e0b3991854e1de87 (patch) | |
tree | ef95b893616c4f810e579500adf0acba439fe228 /src/Makefile | |
parent | e2e88d172c4f5688c9f96c70ba31e69effd1248d (diff) | |
download | initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.gz initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.bz2 initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.tar.xz initscripts-daaf1b7eb9aad6b3410c8992e0b3991854e1de87.zip |
Complete setsysfont removal.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d93e7202..81401431 100644 --- a/src/Makefile +++ b/src/Makefile @@ -35,7 +35,6 @@ install: install -m 644 ipcalc.1 $(ROOT)$(mandir)/man1 install -m 644 consoletype.1 $(ROOT)$(mandir)/man1 install -m 644 ifup.8 $(ROOT)$(mandir)/man8 - install -m 644 setsysfont.8 $(ROOT)$(mandir)/man8 install -m 644 sushell.8 $(ROOT)$(mandir)/man8 ln -s ifup.8 $(ROOT)$(mandir)/man8/ifdown.8 |