| 1234567891011121314 | <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 tochange.</para><para><userinput>patch -Np1 -i ../fileutils-&fileutils-version;.patch:</userinput> This is used to fix a problem with building fileutils statically onglibc 2.2.3 systems. If this isn't done, then there is the possibility ofall of the fileutils programs causing segmentation faults once chroot isentered in chapter 6.</para></sect2>
 |