diff --git a/sysa/helpers.sh b/sysa/helpers.sh index 6c7b2f7..c091de1 100755 --- a/sysa/helpers.sh +++ b/sysa/helpers.sh @@ -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