From: James Bunton Date: Sat, 19 Apr 2014 06:20:08 +0000 (+1000) Subject: build-makemkv resumes download X-Git-Url: https://code.delx.au/bluplayer/commitdiff_plain/39aa760bc1133cfab4f9458026637fee5f1ffd8b build-makemkv resumes download --- diff --git a/build-makemkv.sh b/build-makemkv.sh index a612f3f..c6750d0 100755 --- a/build-makemkv.sh +++ b/build-makemkv.sh @@ -23,7 +23,7 @@ mkdir -p "${install_dir}/bin/" "${install_dir}/lib/" pushd "${build_dir}/unpack-bin/" -wget "${makemkv_bin_url}" +wget --continue "${makemkv_bin_url}" tar zxf "$(basename "${makemkv_bin_url}")" cp "${makemkv_bin_dir}/bin/amd64/makemkvcon" "${install_dir}/bin/" chmod +x "${install_dir}/bin/makemkvcon" @@ -31,7 +31,7 @@ popd pushd "${build_dir}/unpack-oss/" -wget "${makemkv_oss_url}" +wget --continue "${makemkv_oss_url}" tar zxf "$(basename "${makemkv_oss_url}")" cd "${makemkv_oss_dir}/" if [ -f makefile.linux ]; then