diff options
-rw-r--r-- | Attic/appendixc/packages.sgml | 1 | ||||
-rw-r--r-- | chapter04/packages.sgml | 1 | ||||
-rw-r--r-- | chapter05/fileutils-static-inst.sgml | 2 | ||||
-rw-r--r-- | chapter06/fileutils-inst.sgml | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/Attic/appendixc/packages.sgml b/Attic/appendixc/packages.sgml index d8680d784..e69cde910 100644 --- a/Attic/appendixc/packages.sgml +++ b/Attic/appendixc/packages.sgml @@ -5,6 +5,7 @@ &ac-bzip2; &ac-diffutils; &ac-fileutils; +&ac-fileutils-patch; &ac-gcc; &ac-kernel; &ac-glibc; diff --git a/chapter04/packages.sgml b/chapter04/packages.sgml index 12b1e83e8..2fbf55075 100644 --- a/chapter04/packages.sgml +++ b/chapter04/packages.sgml @@ -7,6 +7,7 @@ &c3-pg-bzip2; &c3-pg-diffutils; &c3-pg-fileutils; +&c3-pg-fileutils-patch; &c3-pg-gcc; &c3-pg-kernel; &c3-pg-glibc; diff --git a/chapter05/fileutils-static-inst.sgml b/chapter05/fileutils-static-inst.sgml index f3e3553d6..6a8be0d35 100644 --- a/chapter05/fileutils-static-inst.sgml +++ b/chapter05/fileutils-static-inst.sgml @@ -7,6 +7,8 @@ Install Fileutils by running the following commands: <blockquote><literallayout> + <userinput>patch -Np1 -i ../fileutils-4.0.patch + &&</userinput> <userinput>./configure --disable-nls \</userinput> <userinput>--prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin &&</userinput> diff --git a/chapter06/fileutils-inst.sgml b/chapter06/fileutils-inst.sgml index d75acf173..751e6ec72 100644 --- a/chapter06/fileutils-inst.sgml +++ b/chapter06/fileutils-inst.sgml @@ -7,6 +7,8 @@ Install Fileutils by running the following commands: <blockquote><literallayout> + <userinput>patch -Np1 -i ../fileutils-4.0.patch + &&</userinput> <userinput>./configure --prefix=/usr --bindir=/bin \</userinput> <userinput> --libexecdir=/usr/bin &&</userinput> |