Changeset 9800de01


Ignore:
Timestamp:
08/26/2014 01:55:12 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
242345d
Parents:
b09f386
Message:

Couple of late fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14083 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/desktop/gnome-settings-daemon.xml

    rb09f386 r9800de01  
    114114  <sect2 role="installation">
    115115    <title>Installation of GNOME Settings Daemon</title>
     116
     117    <para>
     118      First, fix a typo in the startup file:
     119    </para>
     120
     121<screen><userinput>sed -i "s:-localeexec::g" data/gnome-settings-daemon.desktop.in.in</userinput></screen>
    116122
    117123    <para>
  • postlfs/security/polkit-systemd.xml

    rb09f386 r9800de01  
    162162    </para>
    163163
    164 <screen><userinput>./configure --prefix=/usr                \
    165             --sysconfdir=/etc            \
    166             --localstatedir=/var         \
    167             --disable-static &amp;&amp;
     164<screen><userinput>./configure --prefix=/usr        \
     165            --sysconfdir=/etc    \
     166            --localstatedir=/var \
     167            --disable-static     &amp;&amp;
    168168make</userinput></screen>
    169169
Note: See TracChangeset for help on using the changeset viewer.