Build diffutils 2.7.

This commit is contained in:
Andrius Štikonas 2021-01-11 20:52:52 +00:00
parent 238e9359b0
commit c4528a0dac
3 changed files with 50 additions and 0 deletions

View file

@ -63,3 +63,10 @@ cd ..
cd gzip-1.2.4
kaem --file ../gzip-1.2.4.kaem
cd ..
# Part 10: diffutils
/after/bin/gunzip diffutils-2.7.tar.gz
/after/bin/tar xf diffutils-2.7.tar
cd diffutils-2.7
kaem --file ../diffutils-2.7.kaem
cd ..