diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-13 06:55:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-13 06:55:02 +0000 |
commit | 9132fe499be0b137bc5494d39cb89390ea11f4ca (patch) | |
tree | d658b54a2955e05c41b2b83aef9b34de468dc155 /chapter06/kmod.xml | |
parent | 4783efe5de8eccca80fa9c7c7b9d6323fd045c9f (diff) |
Update to procps-ng-3.3.9
Install non-essential programs from the xz package in /usr/bin.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kmod.xml')
-rw-r--r-- | chapter06/kmod.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index 9c06ef64f..f87024868 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -95,7 +95,7 @@ ln -sv kmod /bin/lsmod</userinput></screen> <para> Make sure that all libraries are in the correct directory: </para> <screen><userinput remap="install">mv -v /usr/lib/libkmod.so.* /lib -ln -svf ../../lib/libkmod.so.2.2.4 /usr/lib/libkmod.so</userinput></screen> +ln -svf ../../lib/libkmod.so.2.2.5 /usr/lib/libkmod.so</userinput></screen> <!-- Note to editors: When upgrading kmod, make sure the library version specified above has not changed --> |