1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

*/*: drop redundant CARGO_PROFILE_* variables, collapse newlines

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
This commit is contained in:
Hugo Osvaldo Barrera 2023-01-07 01:49:42 +01:00 committed by psykose
parent 2e79751f3b
commit cdd3ce01ff
389 changed files with 0 additions and 682 deletions

View file

@ -29,7 +29,6 @@ check() {
make test
}
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete