mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Ports: Support extracting *.tar.zst source archives
This commit is contained in:
parent
99de0b2c14
commit
5a1c0c6836
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