From 78fc6e4e59ce61eccfedecfb565ebe737c468a30 Mon Sep 17 00:00:00 2001 From: Marc Heerdink Date: Tue, 1 May 2001 19:45:32 +0000 Subject: Updated the book for the new packages and a tiny tar installation fix (that I mentioned in my mail). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/tar-inst.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/tar-inst.xml') diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml index 50851a19d..c9ae8ca26 100644 --- a/chapter05/tar-inst.xml +++ b/chapter05/tar-inst.xml @@ -25,11 +25,10 @@ Install Tar by running the following commands:
./configure --prefix=$LFS/usr --disable-nls \ -    --libexecdir=$LFS/usr/bin && - +    --libexecdir=$LFS/usr/bin + --bindir=$LFS/bin && make LDFLAGS=-static && - make install && - mv $LFS/usr/bin/tar $LFS/bin + make install
-- cgit v1.2.3-54-g00ecf