bash

Spiegel

http://paketspiegel.de/bash-5.3.tar.gz onnlein
LFS 13.0

LFS

https://lfs.daniel-schildt.de/systemd/chapter08/bash.html

https://lfs.daniel-schildt.de/systemd/chapter06/bash.html

bash → libtool

bash → coreutils

Bauen

BAU=/bau cd $BAU pwd if [ ! -e bash-5.3.tar.gz ] then wget http://paketspiegel.de/bash-5.3.tar.gz fi if [ -d bash-5.3 ] then rm --force --recursive bash-5.3 fi tar --extract -f bash-5.3.tar.gz cd bash-5.3 pwd cd .. pwd