mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +01:00
Add bash 2.05b
This commit is contained in:
parent
e0d72a85b2
commit
c1454a5db6
12 changed files with 293 additions and 2 deletions
|
|
@ -97,9 +97,15 @@ cd bzip2-1.0.8
|
|||
kaem --file ../bzip2-1.0.8.kaem
|
||||
cd ..
|
||||
|
||||
# Part 15: m4
|
||||
# Part 15: bash
|
||||
/after/bin/gunzip bash-2.05b.tar.gz
|
||||
/after/bin/tar xf bash-2.05b.tar
|
||||
cd bash-2.05b
|
||||
kaem --file ../bash-2.05b.kaem
|
||||
cd ..
|
||||
|
||||
# Part 16: m4
|
||||
/after/bin/gunzip m4-1.4.tar.gz
|
||||
/after/bin/tar xf m4-1.4.tar
|
||||
cd m4-1.4
|
||||
kaem --file ../m4-1.4.kaem
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue