mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
Ports: Support extracting *.tar.zst source archives
This commit is contained in:
parent
99de0b2c14
commit
5a1c0c6836
Notes:
sideshowbarker
2024-07-17 02:28:18 +09:00
Author: https://github.com/chungy 🔰
Commit: 5a1c0c6836
Pull-request: https://github.com/SerenityOS/serenity/pull/18776
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ fetch() {
|
|||
run_nocd tar -xzf "${PORT_META_DIR}/${filename}"
|
||||
run touch .${filename}_extracted
|
||||
;;
|
||||
*.tar.gz|*.tar.bz|*.tar.bz2|*.tar.xz|*.tar.lz|.tbz*|*.txz|*.tgz)
|
||||
*.tar.gz|*.tar.bz|*.tar.bz2|*.tar.xz|*.tar.lz|*.tar.zst|.tbz*|*.txz|*.tgz)
|
||||
run_nocd tar -xf "${PORT_META_DIR}/${filename}"
|
||||
run touch .${filename}_extracted
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue