From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/fileutils-inst.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'chapter05/fileutils-inst.xml') diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 6ef386a53..1fb41f3ca 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -1,19 +1,14 @@ Installation of Fileutils - -Install Fileutils by running the following commands: - +Install Fileutils by running the following commands: - -./configure --disable-nls \ +./configure --disable-nls \    --prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin && make LDFLAGS=-static && make install && cd $LFS/usr/bin && -ln -s ../../bin/install - - +ln -s ../../bin/install -- cgit v1.2.3-54-g00ecf