diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:04:30 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:04:30 +0000 |
commit | 58de591bf95c83cf0ffb4a77f493288d30ebfcbf (patch) | |
tree | 4b047e7f306805d3c80493eaf19fe21b79fc0e05 | |
parent | 0757b802797ed8231ebb21ac5304a38ca93820a9 (diff) |
changed tar to use a tarball
-rw-r--r-- | repo/core/tar.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/core/tar.xibuild b/repo/core/tar.xibuild index a12f3c4..325b930 100644 --- a/repo/core/tar.xibuild +++ b/repo/core/tar.xibuild @@ -2,11 +2,10 @@ DEPS=(glibc) -SOURCE=https://git.savannah.gnu.org/git/tar.git +SOURCE=https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz DESC="Utility used to store, backup and transport files" build () { - ./bootstrap ./configure --prefix=/usr make make DESTDIR=$PKG_DEST install |