place pax headers on header.pax to allow custom headers
This commit is contained in:
parent
2332d878a6
commit
fbba7df149
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ var emptyStream = function (self, offset) {
|
|||
var mixinPax = function (header, pax) {
|
||||
if (pax.path) header.name = pax.path
|
||||
if (pax.linkpath) header.linkname = pax.linkpath
|
||||
header.pax = pax
|
||||
return header
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue