Support .tgz files in extract phase

This commit is contained in:
fosslinux 2022-10-03 09:39:58 +11:00
parent 6f76fd2071
commit b46b776404
1 changed files with 1 additions and 1 deletions

View File

@ -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