diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 20:32:18 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-25 20:32:18 +0000 |
commit | 16a886a5656e52764a7a55cf775c65afdb0bb82a (patch) | |
tree | 9b43a61c329d54966bc39cf334ec83e51d21b8d7 /chapter06/shadowpwd-inst.xml | |
parent | b7d92cff1bdabfc5ffe22206b867b1a528d3705f (diff) |
[Bug 126] move static libs to /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 50a7f3d13..8f6c1f529 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -13,7 +13,13 @@ following commands:</para> <userinput>make install &&</userinput> <userinput>cd etc &&</userinput> <userinput>cp -f limits login.access /etc &&</userinput> -<userinput>sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs</userinput></screen></para> +<userinput>sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs</userinput> +<userinput>cd /lib &&</userinput> +<userinput>mv libshadow.a /usr/lib &&</userinput> +<userinput>mv libshadow.la /usr/lib &&</userinput> +<userinput>ln -sf libshadow.so.0 libshadow.so &&</userinput> +<userinput>cd /usr/lib &&</userinput> +<userinput>ln -sf ../../lib/libshadow.so</userinput></screen></para> </sect2> |