Ignore:
Timestamp:
12/02/2016 07:41:42 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
nosym
Children:
a98af0b4
Parents:
d9f3303
Message:

Create branch without lib64 symlinks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    rd9f3303 rfa12bca  
    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.