mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fixed console-tools' man page installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
79e1b06483
commit
806dd1d11b
@ -75,6 +75,11 @@ Chapter 6: Changed $* into "$@" in the yacc script during bison's
|
||||
installation. "$@" allows usage of quoted arguments with blanks.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Chapter 6: Fixed the man page installation during console-tools'
|
||||
installation.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect1>
|
||||
|
@ -18,8 +18,12 @@ Install Console-tools by running the following commands:
|
||||
<userinput>make &&</userinput>
|
||||
<userinput>make install &&</userinput>
|
||||
<userinput>cd doc/man &&</userinput>
|
||||
<userinput>mv consolechars.8.in consolechars.8
|
||||
&&</userinput>
|
||||
<userinput>sed s/"@datadir@"/"\/usr\/share"/
|
||||
consolechars.8.in > consolechars.8 &&</userinput>
|
||||
<userinput>sed s/"@datadir@"/"\/usr\/share"/
|
||||
dumpkeys.1.in > dumpkeys.1 &&</userinput>
|
||||
<userinput>sed s/"@datadir@"/"\/usr\/share"/
|
||||
loadkeys.1.in > loadkeys.1 &&</userinput>
|
||||
<userinput>cp *.1 /usr/share/man/man1 &&</userinput>
|
||||
<userinput>cp *.4 /usr/share/man/man4 &&</userinput>
|
||||
<userinput>cp *.5 /usr/share/man/man5 &&</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user