Changeset dd9906e for final-system/multilib/readline-n32.xml
- Timestamp:
- Feb 21, 2006, 2:27:39 AM (19 years ago)
- Children:
- e63113c
- Parents:
- 287d7b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/readline-n32.xml
r287d7b9 rdd9906e 63 63 64 64 65 <screen os="k"><userinput>chmod 755 /lib32/lib{readline,history}.so*</userinput></screen>65 <screen os="k"><userinput>chmod -v 755 /lib32/lib{readline,history}.so*</userinput></screen> 66 66 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 69 69 xpointer="xpointer(//*[@os='m'])"/> 70 70 71 <screen os="m"><userinput>mv /lib32/lib{readline,history}.a /usr/lib32</userinput></screen>71 <screen os="m"><userinput>mv -v /lib32/lib{readline,history}.a /usr/lib32</userinput></screen> 72 72 73 73 <para os="n">Next, remove the <filename class="extension">.so</filename> … … 75 75 <filename class="directory">/usr/lib32</filename>.</para> 76 76 77 <screen os="o"><userinput>rm /lib32/lib{readline,history}.so78 ln -s f ../../lib32/libreadline.so.5 /usr/lib32/libreadline.so79 ln -s f ../../lib32/libhistory.so.5 /usr/lib32/libhistory.so</userinput></screen>77 <screen os="o"><userinput>rm -v /lib32/lib{readline,history}.so 78 ln -svf ../../lib32/libreadline.so.5 /usr/lib32/libreadline.so 79 ln -svf ../../lib32/libhistory.so.5 /usr/lib32/libhistory.so</userinput></screen> 80 80 81 81 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.