diff options
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 2deebf10d..0114b1e6b 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -82,9 +82,7 @@ make check</userinput></screen> <screen><userinput remap="install">mv -v /usr/bin/pidof /bin mv -v /usr/lib/libprocps.so.* /lib -ln -sfv ../../lib/libprocps.so.3.0.0 /usr/lib/libprocps.so</userinput></screen> - -<!-- Note to devs: check the library version for new releases --> +ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so</userinput></screen> </sect2> |