Changeset 4523411
- Timestamp:
- Jan 8, 2014, 10:35:59 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e1bee3d4
- Parents:
- 626d77c
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64-64/eglibc.xml
r626d77c r4523411 141 141 142 142 <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> 143 sed -i.bak '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd</userinput></screen> 145 144 146 145 <para>Check the script to make sure the sed worked correctly, then delete -
BOOK/final-system/x86_64-64/eglibc.xml
r626d77c r4523411 149 149 150 150 <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> 151 sed -i.bak '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd</userinput></screen> 153 152 154 153 <para>Check the script to make sure the sed worked correctly, then delete
Note:
See TracChangeset
for help on using the changeset viewer.