Fixed GDM greeter icon problem. Updated Rarian with correct localstatedir

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8022 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2009-09-17 13:32:04 +00:00
parent c1a434435f
commit cff5bbac8c
3 changed files with 15 additions and 2 deletions

View File

@ -75,7 +75,8 @@
<para>Install <application>Rarian</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
<screen><userinput>./configure --prefix=/usr \
--localstatedir=/var &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>

View File

@ -117,7 +117,10 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install</userinput></screen>
<screen role='root'><userinput>make install &amp;&amp;
ln -s $(pkg-config --variable=prefix \
ORBit-2.0)/lib/gnome-settings-daemon/gnome-settings-daemon $(pkg-config \
--variable=prefix ORBit-2.0)/lib/gdm</userinput></screen>
</sect2>

View File

@ -40,6 +40,15 @@
</listitem>
-->
<listitem>
<para>September 17th, 2009</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Fixed GDM greeter icon problem. Updated Rarian with correct localstatedir.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>September 16th, 2009</para>
<itemizedlist>