mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Move grep after musl.
This commit is contained in:
parent
3e7b17c03e
commit
13b030e1ed
6 changed files with 30 additions and 51 deletions
13
sysa/run.sh
13
sysa/run.sh
|
|
@ -9,19 +9,22 @@ set -e
|
|||
|
||||
export PREFIX=/after
|
||||
|
||||
# Part 21
|
||||
# Part 20
|
||||
build m4-1.4.4
|
||||
|
||||
# Part 22
|
||||
# Part 21
|
||||
build flex-2.5.11
|
||||
|
||||
# Part 23
|
||||
# Part 22
|
||||
build musl-1.1.24
|
||||
|
||||
# Part 24
|
||||
# Part 23
|
||||
build tcc-0.9.27 tcc-musl.sh
|
||||
|
||||
# Part 25
|
||||
# Part 24
|
||||
build flex-2.6.4
|
||||
|
||||
# Part 25
|
||||
build grep-2.4
|
||||
|
||||
echo "Bootstrapping completed."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue