mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
a513a179f7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@702 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
786 B
XML
21 lines
786 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>--libexecdir=$GNOME_PREFIX/sbin</userinput> : This switch puts
|
|
libexec files in <filename>$GNOME_PREFIX/sbin</filename> instead of
|
|
<filename>$GNOME_PREFIX/libexec</filename>.</para>
|
|
|
|
<para><userinput>--localstatedir=/var/lib</userinput> : This switch
|
|
puts scrollkeeper files in <filename>/var/lib/scrollkeeper</filename>
|
|
instead of <filename>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
|
|
|
<para><userinput>--sysconfdir=/etc/gnome</userinput> : This switch
|
|
puts configuration files in <filename>/etc/gnome</filename> instead of
|
|
<filename>$GNOME_PREFIX/etc</filename>.</para>
|
|
|
|
<para><userinput>--disable-gtk-doc</userinput> : This switch prevents
|
|
the rebuilding of documentation during the make command.</para>
|
|
|
|
</sect2>
|
|
|