mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-02 20:31:17 +02:00
The cargo vars are now set in abuild.conf by default. Newlines done with: find . -name APKBUILD -exec sed -i '/^$/N;/^\n$/D' {} \; See also: https://stackoverflow.com/a/4522043