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:
parent
2e79751f3b
commit
cdd3ce01ff
389 changed files with 0 additions and 682 deletions
|
@ -29,7 +29,6 @@ check() {
|
|||
make test
|
||||
}
|
||||
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue