diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-14 05:48:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-14 05:48:05 +0000 |
commit | 3383a53e90674b72f4202a647cae5aac0b32f741 (patch) | |
tree | 37eec09a2727b4b20f7976785ec48ad357776f36 /chapter06/procps.xml | |
parent | 2cddf89943e5df0774cec0d799bee629e9842922 (diff) |
Change procps to not install the kill program that is now installed
by util-linux.
Update to util-linux-2.22.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 6fe443fd4..ea26619d1 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -50,10 +50,12 @@ <screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen> - <para>Fix a bug in the Makefile, which prevents procps from building with + <para>Do not install the kill program because it was installed by util-linux. + Also fix a bug in the Makefile, which prevents procps from building with make-&make-version;:</para> -<screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' Makefile</userinput></screen> +<screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \ + -e 's@^#SKIP/SKIP/' Makefile</userinput></screen> <para>Compile the package:</para> |