aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 9d29874..deeb3cb 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -26,7 +26,7 @@ if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
AICP_ROOT="${MY_DIR}/../../.."
-HELPER="${AICP_ROOT}/vendor/lineage/build/tools/extract_utils.sh"
+HELPER="${AICP_ROOT}/vendor/aicp/build/tools/extract_utils.sh"
if [ ! -f "${HELPER}" ]; then
echo "Unable to find helper script at ${HELPER}"
exit 1