From b1e1a40f2a0a5d10502bc63962e6cb2f582fdc20 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Fri, 3 Sep 2021 20:20:26 +0300 Subject: [PATCH] sm8350-common: fix extract utils path --- extract-files.sh | 2 +- setup-makefiles.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index 7b787d5..845db9f 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -13,7 +13,7 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi LINEAGE_ROOT="${MY_DIR}"/../../.. -HELPER="${LINEAGE_ROOT}/vendor/lineage/build/tools/extract_utils.sh" +HELPER="${LINEAGE_ROOT}/tools/extract-utils/extract_utils.sh" if [ ! -f "${HELPER}" ]; then echo "Unable to find helper script at ${HELPER}" exit 1 diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 73d5559..d92189e 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -15,7 +15,7 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi LINEAGE_ROOT="${MY_DIR}/../../.." -HELPER="${LINEAGE_ROOT}/vendor/lineage/build/tools/extract_utils.sh" +HELPER="${LINEAGE_ROOT}/tools/extract-utils/extract_utils.sh" if [ ! -f "${HELPER}" ]; then echo "Unable to find helper script at ${HELPER}" exit 1