#4649 closed defect (fixed)
Fix UnZip-6.0 Instructions
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Verified in mercurial 1.8.2 and 1.9 one test failed, due to a typo in Unzip build instructions, affecting i?86 only, apparently.
Instead of
sed -i -e 's/DASM"/DASM -DNO_LCHMOD"/' unix/Makefile
Command should be
sed -i -e 's/DASM_CRC"/DASM_CRC -DNO_LCHMOD"/' unix/Makefile
After that, mercurial tests passed.
Change History (3)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r12668.