From 88f862983bfde58dfffdf1feeaa34ce9f9a4573d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 6 May 2001 18:54:43 +0000 Subject: [PATCH] Removed fileutils patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@578 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/fileutils-inst.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 8bddc3cad..e14285b46 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -6,8 +6,6 @@ Install Fileutils by running the following commands:
- patch -Np1 -i ../fileutils-&fileutils-version;.patch - && ./configure --disable-nls \ --prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin &&