fix typo in GNOME monitor

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1702 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2004-01-14 01:50:20 +00:00
parent 673b0f86ec
commit a5a7f5ba7c

View File

@ -3,7 +3,7 @@
<para>Install <application><acronym>GNOME</acronym> System Monitor</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>