From bceea4e7fe7553b90ac7d14e4ea854bbb2d3e04a Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 7 Oct 2023 00:33:16 +0800 Subject: ignore .paxheader --- xmake/modules/utils/archive/extract.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmake/modules') 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 -- cgit v1.3.1