mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +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
|
case "${f}" in
|
||||||
*.tar*)
|
*.tar* | *.tgz)
|
||||||
if test -e "${PREFIX}/libexec/rmt"; then
|
if test -e "${PREFIX}/libexec/rmt"; then
|
||||||
# Again, we want to split out into words.
|
# Again, we want to split out into words.
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue