diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 4 | ||||
-rw-r--r-- | chapter06/procps.xml | 7 |
2 files changed, 1 insertions, 10 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index e28116cba..8f52c9d58 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -31,10 +31,6 @@ following command will do so:</para> <screen><userinput>make install</userinput></screen> -<para>And create a necessary symbolic link:</para> - -<screen><userinput>ln -s automake-1.7 /usr/share/automake</userinput></screen> - </sect2> </sect1> diff --git a/chapter06/procps.xml b/chapter06/procps.xml index a2a4fb14b..9dda8547f 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -13,12 +13,7 @@ Estimated required disk space: &procps-compsize;</screen> <sect2> <title>Installation of Procps</title> -<para>First fix a problem that can crash <userinput>w</userinput> under -certain locale settings:</para> - -<screen><userinput>patch -Np1 -i ../&procps-patch;</userinput></screen> - -<para>Now compile Procps:</para> +<para>Compile Procps:</para> <screen><userinput>make</userinput></screen> |