diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index ea17ae22b2..9819564495 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -51,7 +51,7 @@ func_defined fetch || fetch() { run_nocd gunzip "$filename" ;; *.zip) - run_nocd bsdtar xf "$filename" + run_nocd bsdtar xf "$filename" || run_nocd unzip -qo "$filename" ;; *) echo "Note: no case for file $filename."