Opened 9 years ago
Closed 9 years ago
#1693 closed enhancement (fixed)
Fortify unpacking in the scripts generated for BLFS
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jhalfs | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Presently, the scripts account only for two cases for the downloaded tarball:
- a zip archive
- a tar archive (compressed or not)
Now that cacerts has been included in the possible scripts, the downloaded file may also be a text file. It would therefore be nice to account for this case.
Also, the scripts always suppose that the zip archive is not extracted in its own directory, so that it creates one. That does not work for example for jasper. So it would be good also to test whether unpacking has created a directory or not.
Change History (2)
comment:1 by , 9 years ago
Status: | new → assigned |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
fixed at r3837