lib/unpack.c: don't use ARCHIVE_EXTRACT_SPARSE for now.
It seems that it was failing in the VM where I'm running only all xbps packages for unknown reasons. --HG-- extra : convert_revision : d7403820e238688af67265aed921ad7a007d27a4
This commit is contained in:
parent
9d0d6cc4b6
commit
6b66d33d2c
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ unpack_archive_init(prop_dictionary_t pkg, const char *destdir,
|
|||
#define EXTRACT_FLAGS ARCHIVE_EXTRACT_SECURE_NODOTDOT | \
|
||||
ARCHIVE_EXTRACT_SECURE_SYMLINKS | \
|
||||
ARCHIVE_EXTRACT_NO_OVERWRITE | \
|
||||
ARCHIVE_EXTRACT_NO_OVERWRITE_NEWER | \
|
||||
ARCHIVE_EXTRACT_SPARSE
|
||||
ARCHIVE_EXTRACT_NO_OVERWRITE_NEWER
|
||||
#define FEXTRACT_FLAGS ARCHIVE_EXTRACT_OWNER | ARCHIVE_EXTRACT_PERM | \
|
||||
ARCHIVE_EXTRACT_TIME | EXTRACT_FLAGS
|
||||
|
||||
|
|
Loading…
Reference in a new issue