mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
8a0cee4b60
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@839 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
552 B
XML
18 lines
552 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>--noninteractive</userinput> : This switch is used to
|
|
avoid the configuration routine asking for confirmation of the
|
|
directories to install to (which we pass using switches to configure
|
|
anyways).</para>
|
|
|
|
<para><userinput>--with-DIR_MAN=/usr/share/man</userinput> : This is
|
|
used because despite the fact we pass
|
|
<userinput>--prefix=/usr</userinput>, the configure
|
|
routine tries to install the man pages in
|
|
<filename>/usr/local/man</filename> instead of the
|
|
correct place.</para>
|
|
|
|
</sect2>
|
|
|