Skip to content

Commit

Permalink
restore ARCHIVE_EXTRACT_OWNER
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 13, 2020
1 parent a1e6a6e commit d59b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libalpm/add.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int perform_extraction(alpm_handle_t *handle, struct archive *archive,
{
int ret;
struct archive *archive_writer;
const int archive_flags = /*ARCHIVE_EXTRACT_OWNER |*/\
const int archive_flags = ARCHIVE_EXTRACT_OWNER |
ARCHIVE_EXTRACT_PERM |
ARCHIVE_EXTRACT_TIME |
ARCHIVE_EXTRACT_UNLINK |
Expand Down

0 comments on commit d59b075

Please # to comment.