From e4728c3664afc6f2ae27eb5cf3c5b4f106e28cc5 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 25 Aug 2017 17:19:06 +0200 Subject: [PATCH] msm8916-common: Update extract_utils.sh 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 f34eace..b471575 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -23,7 +23,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi CM_ROOT="$MY_DIR"/../../.. -HELPER="$CM_ROOT"/vendor/cm/build/tools/extract_utils.sh +HELPER="$CM_ROOT"/vendor/lineage/build/tools/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 134504e..344285b 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -23,7 +23,7 @@ if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi CM_ROOT="$MY_DIR"/../../.. -HELPER="$CM_ROOT"/vendor/cm/build/tools/extract_utils.sh +HELPER="$CM_ROOT"/vendor/lineage/build/tools/extract_utils.sh if [ ! -f "$HELPER" ]; then echo "Unable to find helper script at $HELPER" exit 1