aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/less-inst.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-24 14:59:09 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-24 14:59:09 +0000
commitaa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (patch)
tree8ce19aa4fe3d2266ff28ece6a1f3f53aeac5bf39 /chapter06/less-inst.xml
parente0050677e5d8d33e767329be8e3efc07b4e86918 (diff)
First half of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/less-inst.xml')
-rw-r--r--chapter06/less-inst.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/less-inst.xml b/chapter06/less-inst.xml
index 33d49a375..07765756f 100644
--- a/chapter06/less-inst.xml
+++ b/chapter06/less-inst.xml
@@ -7,6 +7,14 @@
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen></para>
+<para>The meaning of the configure option:</para>
+
+<itemizedlist>
+<listitem><para><userinput>--sysconfdir=/etc</userinput>: This option tells the
+programs created by the package to look in <filename>/etc</filename> for their
+configuration files.</para></listitem>
+</itemizedlist>
+
<para>Compile the package:</para>
<para><screen><userinput>make</userinput></screen></para>