diff options
Diffstat (limited to 'chapter05/fileutils-exp.xml')
-rw-r--r-- | chapter05/fileutils-exp.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/fileutils-exp.xml b/chapter05/fileutils-exp.xml index 2accc77ed..65d19c2c1 100644 --- a/chapter05/fileutils-exp.xml +++ b/chapter05/fileutils-exp.xml @@ -1,10 +1,6 @@ <sect2> <title>Command explanations</title> -<para><userinput>cp lib/Makefile.in lib/Makefile.in.backup :</userinput> We -run this command in order to keep a backup of the file we are about to -change.</para> - <para><userinput>patch -Np1 -i ../fileutils-&fileutils-version;.patch:</userinput> This is used to fix a problem with building fileutils statically on glibc 2.2.3 systems. If this isn't done, then there is the possibility of all of the fileutils programs causing segmentation faults once chroot is |