mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
removed the --localstatedir configure switch as it's no longer needed (thanks Nico R)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5581 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c8ebc869e4
commit
e957423545
@ -86,8 +86,7 @@
|
||||
<para>Install <application>GNOME Doc Utils</application>
|
||||
by running the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--localstatedir=/var/lib &&
|
||||
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
@ -98,16 +97,6 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
|
||||
<application>ScrollKeeper</application> files in
|
||||
<filename class='directory'>/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class='directory'>$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user