mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
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:
parent
c1a434435f
commit
cff5bbac8c
@ -75,7 +75,8 @@
|
||||
<para>Install <application>Rarian</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--localstatedir=/var &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
@ -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 &&
|
||||
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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user