Fix APKBUILD

This commit is contained in:
Héctor Molinero Fernández 2026-01-20 22:04:09 +01:00
commit d3ce6c6dfe

View file

@ -35,7 +35,7 @@ main() {
# Build the package.
abuild checksum
abuild -P "${PWD:?}"
tmpdir="${buildDir:?}/_tmp" abuild -P "${PWD:?}"
# Change to the previous working directory.
cd -- "${OLDPWD:?}"