diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-31 18:54:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-31 18:54:58 +0000 |
commit | 211ba56d4fad41c757d7aaa13d95314ad34c07df (patch) | |
tree | 91cb7ded30ecf2d7fee4d44e837762eadf415ebd /chapter06 | |
parent | 395cf94ffb1f612c8ac801fcd0703d3fe096e430 (diff) |
Fix typo in Procps symlink creation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 217722a78..199566818 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -90,7 +90,7 @@ make check</userinput></screen> <filename class="directory">/usr</filename> is not mounted.</para> <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> |