summaryrefslogtreecommitdiff
path: root/xmake/modules/utils
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/utils')
-rw-r--r--xmake/modules/utils/archive/extract.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua
index f1213f275..6df173bff 100644
--- a/xmake/modules/utils/archive/extract.lua
+++ b/xmake/modules/utils/archive/extract.lua
@@ -152,6 +152,8 @@ function _extract_using_7z(archivefile, outputdir, extension, opt)
os.tryrm(path.join(outputdir, "pax_global_header"))
os.tryrm(path.join(outputdir, "PaxHeaders*"))
os.tryrm(path.join(outputdir, "@PaxHeader"))
+ -- https://github.com/xmake-io/xmake-repo/pull/2673
+ os.tryrm(path.join(outputdir, "*.paxheader"))
end
-- continue to extract *.tar file