- Add /system/etc/install-recovery-2.sh with the same content as /system/bin/install-recovery.sh
- That way init.d-support doesn't break when SuperSU is installed (it overwrites /system/bin/install-recovery.sh
This commit is contained in:
@@ -7,7 +7,8 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
# install-recovery.sh used to initialise init.d support
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(OVERLAY_BIN)/install-recovery.sh:system/bin/new-install-recovery.sh
|
||||
$(OVERLAY_BIN)/install-recovery.sh:system/bin/new-install-recovery.sh \
|
||||
$(OVERLAY_BIN)/install-recovery.sh:system/etc/install-recovery-2.sh
|
||||
|
||||
# Install init.d scripts
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user