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

@ -102,12 +102,12 @@ class SysA(SysGeneral):
# gzip 1.2.4
self.get_file("https://mirrors.kernel.org/gnu/gzip/gzip-1.2.4.tar.gz")
# tar 1.12
self.get_file("https://mirrors.kernel.org/gnu/tar/tar-1.12.tar.gz")
# make 3.80
self.get_file("https://mirrors.kernel.org/gnu/make/make-3.80.tar.gz")
# tar 1.12
self.get_file("https://mirrors.kernel.org/gnu/tar/tar-1.12.tar.gz")
# sed 4.0.9
self.get_file("https://mirrors.kernel.org/gnu/sed/sed-4.0.9.tar.gz")