Fixed up sysconfdir to gucharmap and at-spi.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8444 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-06-12 05:53:10 +00:00
parent c4762dfc3a
commit 30e6ddeb7a
3 changed files with 18 additions and 1 deletions

View File

@ -77,8 +77,9 @@
following commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/at-spi &amp;&amp;
--variable=prefix ORBit-2.0)/lib/at-spi &amp;&amp;
make</userinput></screen>
<para>This package does not come with a functional test suite. Review the
@ -101,6 +102,9 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
ORBit-2.0)/lib/at-spi</parameter>: This parameter causes the libexec
files to be installed in the preferred location of

View File

@ -86,6 +86,7 @@
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &amp;&amp;
make</userinput></screen>
@ -103,6 +104,9 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>June 12th, 2010</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Fixed up sysconfdir to gucharmap and at-spi.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 9th, 2010</para>
<itemizedlist>