findutils

Spiegel

http://paketspiegel.de/findutils-4.10.0.tar.xz onnlein
LFS 13.0

LFS

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

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

findutils → groff

findutils → gawk

Bauen

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