mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix: install bash back
This commit is contained in:
parent
3817181838
commit
c0e18b031a
1 changed files with 2 additions and 0 deletions
|
|
@ -24,4 +24,6 @@ src_compile() {
|
||||||
src_install() {
|
src_install() {
|
||||||
# Keep seed output for bootstrap artifact generation.
|
# Keep seed output for bootstrap artifact generation.
|
||||||
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
|
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
|
||||||
|
# same as steps/bash
|
||||||
|
install -D -m 0755 bash "${DESTDIR}/usr/bin/bash"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue