diff options
| author | AleD219 <alessio.doria@protonmail.com> | 2020-06-30 15:45:55 +0200 |
|---|---|---|
| committer | AleD219 <alessio.doria@protonmail.com> | 2020-06-30 15:45:55 +0200 |
| commit | dada1f8ba99e393350f00d48d8ffffbbecd8b3f6 (patch) | |
| tree | 462026f8ecf39bf279da08fab3278aed9781d520 /setup-makefiles.sh | |
| parent | 81d0256a86ef646ed44812e7e6087bf6d451b931 (diff) | |
Change-Id: Ib14f7cda57089f91d1fd0757979b5f854dcb494f
Diffstat (limited to 'setup-makefiles.sh')
| -rwxr-xr-x | setup-makefiles.sh | 2 |
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 |
