fileutils-exp.xml 547 B

1234567891011121314
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>cp lib/Makefile.in lib/Makefile.in.backup :</userinput> We
  4. run this command in order to keep a backup of the file we are about to
  5. change.</para>
  6. <para><userinput>patch -Np1 -i ../fileutils-&fileutils-version;.patch:</userinput> This is used to fix a problem with building fileutils statically on
  7. glibc 2.2.3 systems. If this isn't done, then there is the possibility of
  8. all of the fileutils programs causing segmentation faults once chroot is
  9. entered in chapter 6.</para>
  10. </sect2>