Skip to content

pmb.aportgen.linux: Fix linting issues in generated APKBUILDs

Minecrell requested to merge Minecrell/pmbootstrap:aportgen-linter into master

Avoid generating an APKBUILD with the following linting issues:

  • unnecesary usage of braces: ${_flavor}
  • unnecesary usage of braces: ${arch}
  • unnecesary usage of braces: ${_commit}
  • unnecesary usage of braces: ${_repository}

Merge request reports