mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-18 09:22:15 +02:00
feat(guix-seeds): add static sed-4.5 to bootstrap binaries
This commit is contained in:
parent
98a3a8b883
commit
654236224b
4 changed files with 25 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ src_compile() {
|
|||
cp -a /bootstrap-seeds/grep-3.1/bin/grep "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/grep-3.1/bin/egrep "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/grep-3.1/bin/fgrep "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/sed-4.5/bin/sed "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/tar-1.30/bin/tar "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/xz-5.2.4/bin/xz "${stage}/bin/"
|
||||
cp -a /bootstrap-seeds/gzip-1.9/bin/gzip "${stage}/bin/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue