diff options
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> |