diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-10-09 17:40:07 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-10-09 17:40:07 +0000 |
commit | 4efe4f274faefb5682382b9caf74de68091ba258 (patch) | |
tree | 9c4c5e98951ab1a50ce2559194d57e305d417031 /chapter06/kbd-inst.xml | |
parent | bad26c41ca96b201b4eda4201c034d757a99d5e7 (diff) |
removed kbd-exp --datadir is set properly already by default
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1304 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r-- | chapter06/kbd-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 0039cfc0c..7b2b2aad2 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -3,7 +3,7 @@ <para>Install Kbd by running the following commands:</para> -<para><screen><userinput>./configure --datadir=/usr/share/kbd &&</userinput> +<para><screen><userinput>./configure &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput></screen></para> |