coreutils

Spiegel

http://paketspiegel.de/coreutils-9.10.tar.xz onnlein
LFS 13.0

LFS

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

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

coreutils → diffutils

Bauen

BAU=/bau cd $BAU pwd if [ ! -e coreutils-9.10-i18n-1.patch ] then wget http://lfs.daniel-schildt.de/13.0/patch/coreutils-9.10-i18n-1.patch fi if [ ! -e coreutils-9.10.tar.xz ] then wget http://paketspiegel.de/coreutils-9.10.tar.xz fi if [ -d coreutils-9.10 ] then rm --force --recursive coreutils-9.10 fi tar --extract -f coreutils-9.10.tar.xz cd coreutils-9.10 pwd cd .. pwd