Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib, xry111/multilib
Children:
9da9d014
Parents:
402226e
git-author:
Thomas Trepl <thomas@…> (02/01/2021 08:37:19 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/readline.xml

    r402226e redd83dc  
    9696
    9797    <para>Now move the dynamic libraries to a more appropriate location
    98     and fix up some permissions and symbolic links:</para>
     98    and fix up symbolic links:</para>
    9999
    100100<screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* /lib
    101 chmod -v u+w /lib/lib{readline,history}.so.*
    102101ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so
    103102ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) /usr/lib/libhistory.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.