diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-08 00:05:01 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-08 00:05:01 +0000 |
commit | 67657d7a36891b878518d5a981ebdb6a8a65f878 (patch) | |
tree | 58d8c16e83eede4e8668cab4e6d2b904c26f883a /chapter06/coreutils.xml | |
parent | e5f52415b59c3ddf777ad0bc37929109cc29c514 (diff) |
Another typo correction from Tony - coreutils suppression patch was wrong - fixed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3993 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 1364e980a..80ea8268b 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -39,7 +39,7 @@ architectures:</para> <para>Prevent Coreutils from installing binaries that will be later be installed by other programs:</para> -<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-suppress_hostname_uptime_kill_su-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch</userinput></screen> <para>Now prepare Coreutils for compilation:</para> |