Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Fetch the paths
const char* path = archive_entry_pathname(entry);
- DEBUG(archive->pakfire, "Extracting /%s\n", path);
-
// Prepend the prefix
if (extractor->path && *extractor->path) {
r = pakfire_path_join(buffer, extractor->path, path);
continue;
}
- DEBUG(pakfire, "Processing %s...\n", path);
-
archive_read_disk_descend(reader);
// Reset path to relative path in archive
const char* path = archive_entry_pathname(e);
- DEBUG(pakfire, "Extracting %s...\n", path);
-
// Update path
r = pakfire_make_path(pakfire, buffer, path);
if (r < 0)