diff options
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7adb4ee60..e05de10d0 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -28,7 +28,7 @@ broken, in that the <emphasis>-p</emphasis> switch always returns <quote>unknown</quote>. The following patch fixes this behavior for Intel architectures:</para> -<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-uname-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-uname-2.patch</userinput></screen> <para>We do not want Coreutils to install its version of the <command>hostname</command> program, because it is inferior to the version |