mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
- For consistency with `bash`: https://github.com/termux/termux-packages/pull/25113#issuecomment-2993204795
6d9084fcd7/packages/bash/build.sh (L37)
- This kind of command prompts to autosend bug reports to gnu.org.
- This is not desirable because the gnu.org bug tracker should not be overwhelmed by bugs from an esoteric platform that might not be convenient for upstream developers.
- It is more efficient for bugs in Termux packages to be reported here, then forwarded to upstream issue trackers if reproducible on a mainstream desktop platform familiar to desktop developers.
- It is assumed that is why the choice was made for `bash`, and that the same removal should be applied to `gawkbug`.
```
Send bug report to bug-gawk@gnu.org? [y/n]
```
- Remove references to `igawk`, which no longer seems to exist
- Specify removal of `gawk-${TERMUX_PKG_VERSION}` explicitly instead of `gawk-*`