|
Fix cmd:which
Adding GNU which broke autoselection when `cmd:which` was used in APKBUILDs.
Fix by correcting the `provider_priority` typo in `system/debianutils`, add one
to `user/which`, and fix all of the recently added packages to use `cmd:which`
instead of a specific one.
In order for this to work correctly, the old versions of `debianutils-which`
and `which` may need to be purged from the mirrors.
See merge request !65
|