commit: b46b776404e56715681fa5ef2eec456b2a0a6654
parent 6f76fd20719341d1a5b683764b1d9b6a1338e096
Author: fosslinux <fosslinux@aussies.space>
Date: Mon, 3 Oct 2022 09:39:58 +1100
Support .tgz files in extract phase
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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