mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 05:15:24 +01:00
Build bash 5.1 only after GCC.
This commit is contained in:
parent
0572ff41ef
commit
634cae7b68
10 changed files with 32 additions and 61 deletions
|
|
@ -255,9 +255,6 @@ get_file https://ftp.gnu.org/gnu/help2man/help2man-1.36.4.tar.gz
|
|||
# autoconf 2.61
|
||||
get_file https://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.bz2
|
||||
|
||||
# bash 5.1
|
||||
get_file https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
|
||||
|
||||
# automake 1.9.6
|
||||
get_file https://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.bz2
|
||||
|
||||
|
|
@ -267,6 +264,9 @@ get_file https://ftp.gnu.org/gnu/gcc/gcc-4.0.4/gcc-core-4.0.4.tar.bz2 0 gcc-4.0.
|
|||
# musl 1.2.2
|
||||
get_file https://musl.libc.org/releases/musl-1.2.2.tar.gz
|
||||
|
||||
# bash 5.1
|
||||
get_file https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
|
||||
|
||||
# General cleanup
|
||||
find tmp -name .git -exec rm -rf \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue