aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-19 18:26:48 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-19 18:26:48 +0000
commitebe75b6d76e9d071582d2bf9509548d2bd3ea262 (patch)
treefd0ec14381db7cd3cc52d671ca82372d85387976 /chapter06
parent7d77e8e33687f3933047ee0a4c94060eae94c991 (diff)
* Install tempfile wrapper for mktemp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/mktemp.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml
index 9af6a4e8c..093ec4400 100644
--- a/chapter06/mktemp.xml
+++ b/chapter06/mktemp.xml
@@ -53,7 +53,8 @@ functions from the system C library.</para></listitem>
<para>Now install it:</para>
-<screen><userinput>make install</userinput></screen>
+<screen><userinput>make install</userinput>
+<userinput>make install-tempfile</userinput></screen>
</sect2>