mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps-guix): install bash-5.3-1 to /usr/bin in addition to seed prefix for runtime script chaining
This commit is contained in:
parent
82124dfd91
commit
0669db4e72
1 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
# Keep seed output for bootstrap artifact generation.
|
||||
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
|
||||
ln -sf bash "${DESTDIR}${SEED_PREFIX}/bin/sh"
|
||||
# Also provide runtime shell in system prefix for script chaining.
|
||||
install -D -m 0755 bash "${DESTDIR}/usr/bin/bash"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue