diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-19 18:26:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-05-19 18:26:48 +0000 |
commit | ebe75b6d76e9d071582d2bf9509548d2bd3ea262 (patch) | |
tree | fd0ec14381db7cd3cc52d671ca82372d85387976 /chapter06 | |
parent | 7d77e8e33687f3933047ee0a4c94060eae94c991 (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.xml | 3 |
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> |