Author: xry111
Date: Thu Dec 31 16:37:16 2020
New Revision: 12077

Log:
chapter08/readline: remove one unneeded chmod

Modified:
   trunk/BOOK/chapter08/readline.xml

Modified: trunk/BOOK/chapter08/readline.xml
==============================================================================
--- trunk/BOOK/chapter08/readline.xml   Thu Dec 31 16:35:52 2020        (r12076)
+++ trunk/BOOK/chapter08/readline.xml   Thu Dec 31 16:37:16 2020        (r12077)
@@ -98,7 +98,6 @@
     and fix up some permissions and symbolic links:</para>
 
 <screen><userinput remap="install">mv -v /usr/lib/lib{readline,history}.so.* 
/lib
-chmod -v u+w /lib/lib{readline,history}.so.*
 ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so
 ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) 
/usr/lib/libhistory.so</userinput></screen>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to