Skip to content

aportgen: Convert space indent to tabs

ryang requested to merge ryang2678/pmbootstrap:fix-aportgen-indent into master

APKBUILD should be indented with tabs not spaces.

This also resolves a bug which the replace_functions feature was always trimming off the beginning of a line.
For example:

replace_functions = {"build": "return 0"}  

would be formatted as rn 0.

Edited by ryang

Merge request reports