From d757d84331c7ab986f6484338f5e53cc20eb70e8 Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 13 Jan 2021 04:46:51 -0500 Subject: [PATCH] Fixup typo from 42b94605 --- Scripts/LineageOS-17.1/Patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/LineageOS-17.1/Patch.sh b/Scripts/LineageOS-17.1/Patch.sh index e2c674e0..cd3bdaba 100644 --- a/Scripts/LineageOS-17.1/Patch.sh +++ b/Scripts/LineageOS-17.1/Patch.sh @@ -127,10 +127,10 @@ git apply "$DOS_PATCHES_COMMON/android_hardware_qcom_display/CVE-2019-2306-msm89 enterAndClear "hardware/qcom-caf/apq8084/display"; git apply "$DOS_PATCHES_COMMON/android_hardware_qcom_display/CVE-2019-2306-apq8084.patch"; -enterAndClear "hardware/qcomcaf/msm8952/display"; +enterAndClear "hardware/qcom-caf/msm8952/display"; git apply "$DOS_PATCHES_COMMON/android_hardware_qcom_display/CVE-2019-2306-msm8952.patch"; -enterAndClear "hardware/qcomy-caf/msm8960/display"; +enterAndClear "hardware/qcom-caf/msm8960/display"; git apply "$DOS_PATCHES_COMMON/android_hardware_qcom_display/CVE-2019-2306-msm8960.patch"; enterAndClear "hardware/qcom-caf/msm8974/display";