diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:13:57 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:13:57 +0000 |
commit | 899037c03eb7ce1fb06241ff05de6f9222cf8a7f (patch) | |
tree | 11d079135965955f230b80c46cea29cf323a3a62 /repo/core/make.xibuild | |
parent | 116adb053faf2df8450a3339f1f976766a76b0a3 (diff) |
made make use gz source tarball
Diffstat (limited to 'repo/core/make.xibuild')
-rw-r--r-- | repo/core/make.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/make.xibuild b/repo/core/make.xibuild index ca00d16..bb057ee 100644 --- a/repo/core/make.xibuild +++ b/repo/core/make.xibuild @@ -2,7 +2,7 @@ DEPS=(glibc) -SOURCE=https://ftp.gnu.org/gnu/make/make-4.3.tar.lz +SOURCE=https://ftp.gnu.org/gnu/make/make-4.3.tar.gz DESC="GNU make utility" build () { |