#127 closed defect (fixed)
Bzip2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.0-pre4 |
Severity: | normal | Keywords: | |
Cc: |
Description
I believe that the build script needs the following changes:
- "rm /usr/lib/libbz2.a &&" needs parameter -f
- the last three lines should have parameter -sf instead of just -s
The current script fails if the script is re-run.
Change History (4)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 23 years ago
I've done this for the rm, ln, cp commands throughout the whole book (I think).
I was wondering if people thought we should pass all the mkdir commands in the book the -p flag so that they won't complain when the directory already exists (i.e. if the script is re-run)?
comment:4 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Let's do it, and in other places too where we rm or ln things