fix: install bash back

This commit is contained in:
vxtls 2026-03-21 08:35:28 -04:00
parent 3817181838
commit c0e18b031a

View file

@ -24,4 +24,6 @@ src_compile() {
src_install() {
# Keep seed output for bootstrap artifact generation.
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
# same as steps/bash
install -D -m 0755 bash "${DESTDIR}/usr/bin/bash"
}