Changeset bbe17e2


Ignore:
Timestamp:
03/05/2020 08:26:19 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
018c0cc3
Parents:
182cdea
Message:

Really fix elogind.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22806 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r182cdea rbbe17e2  
    149149    <title>Installation of elogind</title>
    150150
     151<!--
    151152    <para>
    152153      Fix one of the tests:
    153154    </para>
    154 <!-- Shouldn't be needed on LFS SVN, but is needed on 9.0 -->
     155
    155156<screen><userinput>sed 's/os-release/lsb-release/' -i src/test/test-copy.c</userinput></screen>
    156 
     157-->
    157158    <para>
    158159      Install <application>elogind</application> by running the following
     
    160161    </para>
    161162
    162 <screen><userinput>mkdir build &amp;&amp;
     163<screen><userinput>sed -e '/SESSION_CLOSING/s/>=/>/' \
     164    -i src/login/logind-core.c   &amp;&amp;
     165
     166mkdir build &amp;&amp;
    163167cd    build &amp;&amp;
    164168
     
    190194  <sect2 role="commands">
    191195    <title>Command Explanations</title>
     196
     197    <para>
     198      <command>sed -e '/SESSION_ ...</command>: Fix an upstream bug.
     199    </para>
    192200
    193201    <para>
Note: See TracChangeset for help on using the changeset viewer.