diff --git a/extract-files.sh b/extract-files.sh index 2a722504..285863b3 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -26,7 +26,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"/vendor/carbon/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 e78be705..48d89394 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -28,7 +28,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"/vendor/carbon/build/tools/extract_utils.sh if [ ! -f "$HELPER" ]; then echo "Unable to find helper script at $HELPER" exit 1