diff options
Diffstat (limited to 'chapter06/coreutils-inst.xml')
-rw-r--r-- | chapter06/coreutils-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/coreutils-inst.xml b/chapter06/coreutils-inst.xml index 665caa7c6..7ef5a0a09 100644 --- a/chapter06/coreutils-inst.xml +++ b/chapter06/coreutils-inst.xml @@ -7,13 +7,13 @@ broken, in that the <userinput>-p</userinput> switch always returns "unknown". The following patch fixes this behaviour for Intel architectures:</para> -<para><screen><userinput>patch -Np1 -i ../coreutils-&coreutils-uname-patch-version;.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen></para> <para>We do not want Coreutils to install its version of the <userinput>hostname</userinput> program, because it is inferior to the version provided by Net-tools. Prevent its installation by applying a patch:</para> -<para><screen><userinput>patch -Np1 -i ../coreutils-&coreutils-hostname-patch-version;.patch</userinput></screen></para> +<para><screen><userinput>patch -Np1 -i ../&coreutils-hostname-patch;</userinput></screen></para> <para>Now prepare Coreutils for compilation:</para> |