aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-18 22:53:55 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-18 22:53:55 +0000
commit89d2a5b05e17839a0b138503f21abe894334082f (patch)
tree1982b0ca3a1d799d02e407a487d9e4169e62c21c /chapter06
parent91364a5af9ed658612f256b74b9aa674551bbf4e (diff)
Fixed patch name
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/mktemp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml
index 28f6153b5..9af6a4e8c 100644
--- a/chapter06/mktemp.xml
+++ b/chapter06/mktemp.xml
@@ -30,7 +30,7 @@ files in shell scripts.</para>
program, which has functionality much the same as <command>mktemp</command>.
Patch mktemp to include a <command>tempfile</command> wrapper:</para>
-<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add-tempfile.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add-tempfile-1.patch</userinput></screen>
<para>Now prepare Mktemp for compilation:</para>