summaryrefslogtreecommitdiff
path: root/repo/core/tar.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 22:04:30 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 22:04:30 +0000
commit58de591bf95c83cf0ffb4a77f493288d30ebfcbf (patch)
tree4b047e7f306805d3c80493eaf19fe21b79fc0e05 /repo/core/tar.xibuild
parent0757b802797ed8231ebb21ac5304a38ca93820a9 (diff)
changed tar to use a tarball
Diffstat (limited to 'repo/core/tar.xibuild')
-rw-r--r--repo/core/tar.xibuild3
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