Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit af06c35f authored by Allen Wild's avatar Allen Wild Committed by Dan Pasanen
Browse files

bacon: strip absolute PRODUCT_OUT path from md5sum file



When lineage-$(CM_VERSION).zip.md5sum is created, md5sum is passed the
absolute path, which ends up in the md5sum file. This absolute path is
obviously incorrect on the device when flashing the ROM.

This patch runs md5sum through sed to strip out the "$(PRODUCT_OUT)/"
text from the resulting md5sum file, allowing it to be copied to the
device and verified by TWRP etc. when flashing.

Change-Id: Icd54889a8168ed8fc3f7d7548267100b96549eee
Signed-off-by: default avatarAllen Wild <allenwild93@gmail.com>
parent 404eb307
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment