Ignore:
Timestamp:
12/17/2016 06:42:45 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
ef51c767
Parents:
cba9c041
Message:

Merge nosym branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    rcba9c041 r92245989  
    135135    </para>
    136136
    137 <screen revision="sysv"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
    138 ./configure --prefix=/usr                \
     137<screen revision="sysv"><userinput>./configure --prefix=/usr                \
    139138            --sysconfdir=/etc            \
    140139            --localstatedir=/var         \
     
    148147make</userinput></screen>
    149148
    150 <screen revision="systemd"><userinput>sed -i "/seems to be moved/s/^/#/" ltmain.sh &amp;&amp;
    151 ./configure --prefix=/usr                \
     149<screen revision="systemd"><userinput>./configure --prefix=/usr                \
    152150            --sysconfdir=/etc            \
    153151            --localstatedir=/var         \
     
    176174  <sect2 role="commands">
    177175    <title>Command Explanations</title>
    178 
    179     <para>
    180       <command>sed -i ... ltmain.sh</command>: This sed command silences
    181       several useless and annoying warnings generated by libtool.
    182     </para>
    183176
    184177    <para>
Note: See TracChangeset for help on using the changeset viewer.