diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 5 |
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> |