From c49668d970aa92b0b2c8c3cb9e7aae5ae65371e0 Mon Sep 17 00:00:00 2001 From: Jim Wu Date: Sat, 4 Jan 2020 14:02:58 +0800 Subject: [PATCH] Fix can't create prop --- edxp-core/template_override/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edxp-core/template_override/customize.sh b/edxp-core/template_override/customize.sh index e115db21..9e896fb2 100644 --- a/edxp-core/template_override/customize.sh +++ b/edxp-core/template_override/customize.sh @@ -30,7 +30,7 @@ check_architecture check_riru_version ui_print "- Extracting module files" -unzip -o "${ZIPFILE}" post-fs-data.sh sepolicy.rule system.prop util_functions.sh -d "${MODPATH}" >&2 +unzip -o "${ZIPFILE}" module.prop post-fs-data.sh sepolicy.rule system.prop util_functions.sh -d "${MODPATH}" >&2 if [[ "${ARCH}" == "x86" || "${ARCH}" == "x64" ]]; then ui_print "- Extracting x86/64 libraries"