Add patch 2.5.9

This commit is contained in:
fosslinux 2021-01-13 21:51:31 +11:00
parent 9010e9786e
commit 1b7cb3a96d
3 changed files with 51 additions and 0 deletions

View file

@ -70,3 +70,10 @@ cd ..
cd diffutils-2.7
kaem --file ../diffutils-2.7.kaem
cd ..
# Part 12: patch
/after/bin/gunzip patch-2.5.9.tar.gz
/after/bin/tar xf patch-2.5.9.tar
cd patch-2.5.9
kaem --file ../patch-2.5.9.kaem
cd ..