diff options
Diffstat (limited to 'chapter06/consoletools-inst.sgml')
-rw-r--r-- | chapter06/consoletools-inst.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/consoletools-inst.sgml b/chapter06/consoletools-inst.sgml index 364f065b7..e4639fbdf 100644 --- a/chapter06/consoletools-inst.sgml +++ b/chapter06/consoletools-inst.sgml @@ -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> |