Changeset c5f16ca for chapter06/tar.xml


Ignore:
Timestamp:
01/27/2019 11:08:32 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
816b85c
Parents:
d3c9936
Message:

Fix a bug in tar-1.31, preventingat least to extract git man-pages in BLFS

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11504 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/tar.xml

    rd3c9936 rc5f16ca  
    4040  <sect2 role="installation">
    4141    <title>Installation of Tar</title>
    42 <!--
    43     <para>Add a program that generates a man page for tar from the source code:</para>
     42
     43    <para>Fix a bug introduced in tar-1.31:</para>
    4444 
    45  <screen><userinput remap="pre">patch -Np1 -i ../&tar-manpage-patch;</userinput></screen>
    46 -->
     45 <screen><userinput remap="pre">sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c</userinput></screen>
     46
    4747    <para>Prepare Tar for compilation:</para>
    4848
     
    7373<screen><userinput remap="test">make check</userinput></screen>
    7474
     75<!-- Seems to pass for version 1.31. Keeping as a comment just in case...
    7576    <para>One test, link mismatch, is known to fail.</para>
     77-->
    7678
    7779    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.