diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-10 19:51:51 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-10 19:51:51 +0000 |
commit | f73dcacc8a5b014e220f31ef320cbfd6fcedb60d (patch) | |
tree | 9709d4be1a0c78febfdba92da532e8ea8c2e0682 /chapter06/less-inst.xml | |
parent | 1c9bc6a47ea7f870de2d68451efa37f3bc3780fd (diff) |
Updated to modutils-2.4.19, linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/less-inst.xml')
-rw-r--r-- | chapter06/less-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml index f78702af2..592c598c2 100644 --- a/chapter06/less-inst.xml +++ b/chapter06/less-inst.xml @@ -3,7 +3,7 @@ <para>Install Less by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr --bindir=/bin && +<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc && make && make install</userinput></screen></para> |