mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix typo in Procps symlink creation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
395cf94ffb
commit
211ba56d4f
@ -90,7 +90,7 @@ make check</userinput></screen>
|
|||||||
<filename class="directory">/usr</filename> is not mounted.</para>
|
<filename class="directory">/usr</filename> is not mounted.</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
|
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
|
||||||
ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen>
|
ln -sfv ../../lib/libprocps.so.1.1.1 /usr/lib/libprocps.so</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20130330">
|
<!ENTITY version "SVN-20130331">
|
||||||
<!ENTITY releasedate "March 30, 2013">
|
<!ENTITY releasedate "March 31, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.4">
|
<!ENTITY milestone "7.4">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user