Skip to content

apkbuild-list: do not trigger AL32 in single-quoted strings

In single quotes variables are not expanded, so some '${foobar}' will not be expanded within the APKBUILD. Real world examples where this was needed is replace incorrect strings with sed in CMakeLists.txt or pkg-config foobar.pc files.

Merge request reports