mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
Makefile: use more reliable git tarball mirror
This commit is contained in:
parent
45315f846c
commit
88b9311323
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ pdfdir = $(docdir)
|
|||||||
mandir = $(prefix)/share/man
|
mandir = $(prefix)/share/man
|
||||||
SHA1_HEADER = <openssl/sha.h>
|
SHA1_HEADER = <openssl/sha.h>
|
||||||
GIT_VER = 1.9.1
|
GIT_VER = 1.9.1
|
||||||
GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
|
GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
COPYTREE = cp -r
|
COPYTREE = cp -r
|
||||||
MAN5_TXT = $(wildcard *.5.txt)
|
MAN5_TXT = $(wildcard *.5.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user