tobetter / odroid-stamper

GNU General Public License v3.0
9 stars 6 forks source link

Fixup file precedence #7

Open vaonet-jks opened 3 years ago

vaonet-jks commented 3 years ago

If a fixup file exists in the oem directory (./odroid-stamper/custom/vaonet/fixups) with the same name as one in ./odroid-stamper/fixups, then only use the one in the oem directory.

tobetter commented 3 years ago

The scripts in the directory 'fixups' for custom/oem will be copied at last after stock scripts are copied, therefore the custom script will overwrite the scripts with same file name. https://github.com/tobetter/odroid-stamper/blob/87f3cbffbf2681822645498f628a5b2230b4bb32/functions#L299

Please check it again.