diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 2 | ||||
-rw-r--r-- | chapter05/flex.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 | ||||
-rw-r--r-- | chapter05/util-linux.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index cae6ba5a2..a76c56019 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -30,7 +30,7 @@ <para>Bash contains several known bugs. Fix these with the following patch:</para> -<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu-fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen> <para>Now prepare Bash for compilation:</para> diff --git a/chapter05/flex.xml b/chapter05/flex.xml index 94c91a1dd..064ae4b31 100644 --- a/chapter05/flex.xml +++ b/chapter05/flex.xml @@ -29,7 +29,7 @@ <para>Flex contains several known bugs. Fix these with the following patch:</para> -<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian-fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen> <para>The GNU autotools detects that the Flex source code has been modified by the patch, and tries to update the man pages to include those changes, but this diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 3d451ce11..8a62c1dcc 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -52,7 +52,7 @@ into a single <filename class="directory">gcc-&gcc-version;/</filename> subdirec <para>First correct a problem and make an essential adjustment:</para> -<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch +<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch patch -Np1 -i ../gcc-&gcc-short-version;-specs-1.patch</userinput></screen> <para>The first patch disables the GCC <command>fixincludes</command> script. We diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 2828dc629..1f7ab22b1 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -30,7 +30,7 @@ <para>Util-linux has issues with the Linux 2.6 kernel series - fix these issues by applying the following patch:</para> -<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel-headers-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-kernel_headers-1.patch</userinput></screen> <para>Util-linux doesn't use the freshly installed headers and libraries from the <filename class="directory">/tools</filename> directory. This is fixed by altering the configure |