diff options
| author | ruki <[email protected]> | 2020-11-19 00:10:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-19 00:10:14 +0800 |
| commit | c9355ae60e67b45a51f6d165b4ea5ef2e99e8126 (patch) | |
| tree | e3e6e77b177c8ac6e37027be9cf4967aed6314cc | |
| parent | 9980a379d2d79877aebaed43fbec123279e69854 (diff) | |
ignore paxheader
| -rw-r--r-- | xmake/modules/utils/archive/extract.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua index 0ebe1a091..d77111dcf 100644 --- a/xmake/modules/utils/archive/extract.lua +++ b/xmake/modules/utils/archive/extract.lua @@ -130,6 +130,7 @@ function _extract_using_7z(archivefile, outputdir, extension, opt) if extension == ".tar" then os.tryrm(path.join(outputdir, "pax_global_header")) os.tryrm(path.join(outputdir, "PaxHeaders.*")) + os.tryrm(path.join(outputdir, "@PaxHeader")) end -- continue to extract *.tar file |
