diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-09 20:57:08 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-02-09 20:57:08 +0000 |
commit | 2c69ed48649f6980bf10bb7b28173937cb7a6543 (patch) | |
tree | 1dcc9cd67b2905c7ccdbf8dab9689b51cdd833dd /chapter06/readline.xml | |
parent | aad7c5f511b5d4ed2bee4a993f54cb06f0b6ba21 (diff) |
Remove some chmod commands as newer upstream releases mean they are no longer necessary. Fixes #1953.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index f7d5d96f9..4bffc3648 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -78,10 +78,6 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> <screen><userinput>make install</userinput></screen> - <para>Give Readline's dynamic libraries more appropriate permissions:</para> - -<screen><userinput>chmod -v 755 /lib/lib{readline,history}.so*</userinput></screen> - <para>Now move the static libraries to a more appropriate location:</para> <screen><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen> |