diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-24 14:59:09 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-24 14:59:09 +0000 |
commit | aa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (patch) | |
tree | 8ce19aa4fe3d2266ff28ece6a1f3f53aeac5bf39 /chapter06/less-inst.xml | |
parent | e0050677e5d8d33e767329be8e3efc07b4e86918 (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.xml | 8 |
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> |