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