diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-09 00:35:25 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-09 00:35:25 +0000 |
commit | aa6b597de347cd893bfb05d92d89285a1df67a80 (patch) | |
tree | 0f666ba4d90223e8c90d48b2475b044159367d14 | |
parent | 91663d9176eab3446a0c664e1e440295fc1ce2ae (diff) |
Added the rming of defkeymap.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kbd-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 15a8b9f9f..638ceab5b 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -9,7 +9,9 @@ Install Kbd by running the following commands: <userinput>./configure --datadir=/usr/share/kbd &&</userinput> <userinput>make &&</userinput> - <userinput>make install</userinput> + <userinput>make install &&</userinput> + <userinput>rm + /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz</userinput> </literallayout></blockquote> |