diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 17:39:38 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-04 17:39:38 +0000 |
commit | c6f6bd71491881fb911b12caddac5ee9359091a4 (patch) | |
tree | a5ca7632dab8c1973d923ce5a28d1ff560008c90 /chapter06/coreutils.xml | |
parent | 52216a89305a9974c58b9a8eef9bcef6479cb8db (diff) |
Use the updated uname patch, instead of the old crappy one. "uname-x86"
is a misnomer anyway, since the original is x86-only too....
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3468 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |