Removed optional parameter from GNOME Control Center's configure command

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5169 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-10-11 16:13:13 +00:00
parent db03d899ef
commit aa62f03336

View File

@ -78,8 +78,7 @@
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome \
--enable-aboutme &amp;&amp;
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -107,8 +106,9 @@ make</userinput></screen>
puts configuration files in <filename class="directory">/etc/gnome</filename>
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
<para><parameter>--enable-aboutme</parameter>: Enables building the
<command>gnome-about-me</command> capplet.</para>
<para><option>--enable-aboutme</option>: Enables building the
<command>gnome-about-me</command> capplet. <application>Evolution Data
Server</application> must be installed to use this parameter.</para>
</sect2>