mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 03:15:23 +01:00
Support .tgz files in extract phase
This commit is contained in:
parent
6f76fd2071
commit
b46b776404
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ extract_file() {
|
|||
;;
|
||||
*)
|
||||
case "${f}" in
|
||||
*.tar*)
|
||||
*.tar* | *.tgz)
|
||||
if test -e "${PREFIX}/libexec/rmt"; then
|
||||
# Again, we want to split out into words.
|
||||
# shellcheck disable=SC2086
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue