FS#49528 - Revisit bash dependencies after hooks introduction
Attached to Project:
Arch Linux
Opened by Flow It (FlowIt) - Tuesday, 31 May 2016, 20:28 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 31 May 2016, 22:11 GMT
Opened by Flow It (FlowIt) - Tuesday, 31 May 2016, 20:28 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 31 May 2016, 22:11 GMT
|
Details
To run the install scripts we needed bash as our shell.
After the introduction of hooks a lot of packages don't come
with an install script anymore and their dependency on bash
is no longer justified. In most cases we can remove the
dependency, other packages may still require a shell. In
these cases the dependency should be changed to 'sh'.
Affected packages are autoconf, automake and gzip, most likely more. |
This task depends upon
Edit: automake and autoconf may have been false positives, it appears they may not need bash after all.