texinfo

Spiegel

http://paketspiegel.de/texinfo-7.2.tar.xz onnlein
LFS 13.0

LFS

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

https://lfs.daniel-schildt.de/systemd/chapter07/texinfo.html

texinfo → vim

texinfo → util-linux

Bauen

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