| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
IT IS ACCOMPLISHED.
|
| | |
|
| |
|
|
|
|
|
| |
Replace uses of mkdirChain() with g_mkdir_with_parents() and
remove the existing mkdirChain() code from isys/imount.*
Added a wrapper function for g_mkdir_with_parents() usage.
|
| |
|
|
|
|
|
|
| |
Simplify the archive extraction loop in explodeRPM() by using the
unpack.c helper functions. Add a new parameter to explodeRPM, the
destination to unpack the archive to. This was previously handled
by dlabelUnpackRPMDir() directly, but it made more sense to me to
move it in to the libarchive unpack helper.
|
|
|
Created some helper functions for loader's interaction with
libarchive. There are 3 functions currently:
1) A function to initialize a new archive object
2) A function to extract all archive members to a specific
destination (if NULL, extract to current directory)
3) A function wrapping #1 and #2 to extract a compressed
archive file
|