Skip to content

Commit

Permalink
Also clear time-related PAX headers on parent-dir entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbugge committed Nov 17, 2023
1 parent 6376c32 commit 05bd7f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ private void add(TarArchiveEntry tarArchiveEntry) throws IOException {
dir.setGroupId(0);
dir.setUserName("");
dir.setGroupName("");
clearTimeHeaders(dir);
add(dir);
}

Expand Down

0 comments on commit 05bd7f8

Please sign in to comment.