diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 17:39:25 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 17:39:25 +0000 |
commit | f600ad8dfa5fcffe7e8307e5d9b023aee09d10f9 (patch) | |
tree | 7b0d67c91539c66c57602501ee56d61d38b32c78 /chapter06/ncurses-inst.xml | |
parent | da964e96dd89b96abe361e7cb2df95106ae2c5db (diff) |
Removed all superfluous /usr/lib/*.so symbolic links from library
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/ncurses-inst.xml')
-rw-r--r-- | chapter06/ncurses-inst.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml index 97890fbe1..7ed092d36 100644 --- a/chapter06/ncurses-inst.xml +++ b/chapter06/ncurses-inst.xml @@ -13,11 +13,6 @@ make && make install && mv /lib/*.a /usr/lib && chmod 755 /lib/*.5.2 && -ln -s libncurses.a /usr/lib/libcurses.a && -ln -s ../../lib/libncurses.so /usr/lib && -ln -s ../../lib/libcurses.so /usr/lib && -ln -s ../../lib/libform.so /usr/lib && -ln -s ../../lib/libpanel.so /usr/lib && -ln -s ../../lib/libmenu.so /usr/lib</userinput></screen></para> +ln -s libncurses.a /usr/lib/libcurses.a</userinput></screen></para> </sect2> |