From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mktemp.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06/mktemp.xml') diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index b670a7967..4a9aac7e4 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -46,11 +46,11 @@ to mktemp. Patch Mktemp to include a tempfile wrapper: -patch -Np1 -i ../&mktemp-tempfile-patch; +patch -Np1 -i ../&mktemp-tempfile-patch; Prepare Mktemp for compilation: -./configure --prefix=/usr --with-libc +./configure --prefix=/usr --with-libc The meaning of the configure options: @@ -69,13 +69,13 @@ Compile the package: -make +make This package does not come with a test suite. Install the package: -make install +make install make install-tempfile -- cgit v1.2.3-54-g00ecf