mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
feat(steps-guix): upgrade bootstrap bash seed from 4.4.23 to 5.3
This commit is contained in:
parent
f21234e1cb
commit
1d73a27e94
4 changed files with 30 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ src_compile() {
|
|||
cp -a /bootstrap-seeds/gzip-1.9/bin/gzip "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/bzip2-1.0.6/bin/bzip2 "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/patch-2.7.6/bin/patch "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/bash-4.4.23-1/bin/bash "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/bash-5.3-1/bin/bash "${stage}/bin/"
|
||||
|
||||
ln -sf bash "${stage}/bin/sh"
|
||||
ln -sf gawk "${stage}/bin/awk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue