From 5c1a94bfcd624317418ab2f9a01e12c0bc83f1cd Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 7 Jun 2021 22:19:13 +0200 Subject: [PATCH] Small build fix. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c4f49fa..ae9add1 100644 --- a/build.sh +++ b/build.sh @@ -53,7 +53,7 @@ popd # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ printf "\n==================== Brotli ====================\n\n" readonly BROT_DIR="${BASE_DIR}/brotli-src" -pkg_brot="$(find "${DEPS_DIR}" -maxdepth 1 -name 'zstd-*.tar.gz' | sort -rn | head -n1)" +pkg_brot="$(find "${DEPS_DIR}" -maxdepth 1 -name 'brotli-*.tar.gz' | sort -rn | head -n1)" rm -rf "${BROT_DIR}" && mkdir "${BROT_DIR}" tar -xvf ${pkg_brot} --strip-components=1 -C "${BROT_DIR}" pushd "${BROT_DIR}"