diff options
author | Jason A. Donenfeld | 2014-03-20 11:20:01 -0600 |
---|---|---|
committer | Jason A. Donenfeld | 2014-03-20 11:20:01 -0600 |
commit | 88b93113235452d47e7ce474689327c43e64b843 (patch) | |
tree | 8f3098f1091d1a60cb49654a98518887f6b5e319 /Makefile | |
parent | 45315f846c2e2ee6663f0ba8cc454384d2b9e3ea (diff) | |
download | cgit-88b93113235452d47e7ce474689327c43e64b843.tar.gz cgit-88b93113235452d47e7ce474689327c43e64b843.tar.bz2 cgit-88b93113235452d47e7ce474689327c43e64b843.zip |
Makefile: use more reliable git tarball mirror
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ pdfdir = $(docdir) | |||
15 | mandir = $(prefix)/share/man | 15 | mandir = $(prefix)/share/man |
16 | SHA1_HEADER = <openssl/sha.h> | 16 | SHA1_HEADER = <openssl/sha.h> |
17 | GIT_VER = 1.9.1 | 17 | GIT_VER = 1.9.1 |
18 | GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |
21 | MAN5_TXT = $(wildcard *.5.txt) | 21 | MAN5_TXT = $(wildcard *.5.txt) |