diff options
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> |