diffutils

Spiegel

http://paketspiegel.de/diffutils-3.12.tar.xz onnlein
LFS 13.0

LFS

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

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

diffutils → gawk

diffutils → file

Bauen

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