Swap make and tar.

This commit is contained in:
Andrius Štikonas 2022-05-14 12:42:03 +01:00
parent b9079045db
commit e4f5342ee4
6 changed files with 55 additions and 59 deletions

View file

@ -82,14 +82,14 @@ cd ${pkg}
kaem --file ${pkg}.kaem
cd ..
# tar
pkg="tar-1.12"
# make
pkg="make-3.80"
cd ${pkg}
kaem --file ${pkg}.kaem
cd ..
# make
pkg="make-3.80"
# tar
pkg="tar-1.12"
cd ${pkg}
kaem --file ${pkg}.kaem
cd ..