Changeset 104bdba9 for final-system/common/gzip.xml
- Timestamp:
- Sep 10, 2006, 10:44:38 AM (18 years ago)
- Children:
- 02d7db6
- Parents:
- 946ca2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/gzip.xml
r946ca2d r104bdba9 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen> 34 34 35 <para os="s1">The <command>gzexe</command> command calls <command>tail</command> 36 with options that do not conform to newer versions of the POSIX standard, 37 and therefore are not accepted by current versions of Coreutils. Fix this 38 problem by issuing the following command:</para> 39 40 <screen os="s2"><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen> 41 35 42 <para os="a">Prepare Gzip for compilation:</para> 36 43
Note:
See TracChangeset
for help on using the changeset viewer.