mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
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:
parent
db03d899ef
commit
aa62f03336
@ -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 &&
|
||||
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user