aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procps.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-11 20:56:26 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-11 20:56:26 +0000
commitf5e821c9ec8417651988c3ce6020708a8cccae9c (patch)
tree903ae56605aebda1c87ba5758a2a8bb286883117 /chapter06/procps.xml
parent5c3f304a8fcc46d0c5ddc25fff3a3f9336ae9d94 (diff)
Update to procps-ng-3.3.11.
Update to man-pages-4.02. Update to ncurses-6.0. Update to glibc-2.22. Update to linux-4.1.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r--chapter06/procps.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 7baf9d7cc..71c0e0b04 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -76,11 +76,10 @@ make check</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
-<para>Finally, move essential files to a location that can be found if
+<para>Finally, move essential libraries to a location that can be found if
<filename class="directory">/usr</filename> is not mounted.</para>
-<screen><userinput remap="install">mv -v /usr/bin/pidof /bin
-mv -v /usr/lib/libprocps.so.* /lib
+<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so</userinput></screen>
</sect2>