aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/readline.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-01-01 00:37:16 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2021-01-01 00:37:16 +0000
commit75aad9b15062115768122dcd717d720174f68442 (patch)
tree8b66e5f05e19df5376313f278f846295529378c2 /chapter08/readline.xml
parent2f5d7d7d19ebcd298387e633661b2431ca5e833c (diff)
chapter08/readline: remove one unneeded chmod
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/readline.xml')
-rw-r--r--chapter08/readline.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index 2a699b334..b512261b3 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -98,7 +98,6 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
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>