patch

Spiegel

http://paketspiegel.de/patch-2.8.tar.xz onnlein
LFS 13.0

LFS

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

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

patch → tar

patch → sed

Bauen

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