mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 12:19:24 +01:00
moved libmisc.*a to /usr/lib too
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
85aeef2e26
commit
ceef8bef24
@ -33,6 +33,10 @@
|
|||||||
|
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>March 15th, 2002 [gerard]: Chapter 06-Shadow: Move
|
||||||
|
<filename>libmisc.*a</filename> to
|
||||||
|
<filename class="directory">/usr/lib</filename> too.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>March 14th, 2002 [gerard]: Upgraded to
|
<listitem><para>March 14th, 2002 [gerard]: Upgraded to
|
||||||
bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8,
|
bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8,
|
||||||
shadow-4.0.3</para></listitem>
|
shadow-4.0.3</para></listitem>
|
||||||
|
@ -20,7 +20,7 @@ ln -sf vipw vigr &&
|
|||||||
rm /bin/vipw &&
|
rm /bin/vipw &&
|
||||||
mv /bin/sg /usr/bin &&
|
mv /bin/sg /usr/bin &&
|
||||||
cd /lib &&
|
cd /lib &&
|
||||||
mv libshadow.*a /usr/lib &&
|
mv libmisc.*a libshadow.*a /usr/lib &&
|
||||||
cd /usr/lib &&
|
cd /usr/lib &&
|
||||||
ln -s ../../lib/libshadow.so</userinput></screen></para>
|
ln -s ../../lib/libshadow.so</userinput></screen></para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user