Changeset 4523411 for BOOK


Ignore:
Timestamp:
Jan 8, 2014, 10:35:59 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e1bee3d4
Parents:
626d77c
Message:

Shorten sed command in eglibc instructions

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/ppc64-64/eglibc.xml

    r626d77c r4523411  
    141141
    142142    <screen><userinput>rm -v /lib/ld.so.1
    143 cp -v /usr/bin/ldd{,.bak}
    144 sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
     143sed -i.bak '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd</userinput></screen>
    145144
    146145    <para>Check the script to make sure the sed worked correctly, then delete
  • BOOK/final-system/x86_64-64/eglibc.xml

    r626d77c r4523411  
    149149
    150150    <screen><userinput>rm -v /lib/ld-linux.so.2
    151 cp -v /usr/bin/ldd{,.bak}
    152 sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
     151sed -i.bak '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd</userinput></screen>
    153152
    154153    <para>Check the script to make sure the sed worked correctly, then delete
Note: See TracChangeset for help on using the changeset viewer.