From 41f5d4ace2b4883721dc5cb4297685598c9075df Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 25 Mar 2012 14:32:43 +0300 Subject: [PATCH] * Makefile.am: set the github repo as the default for `make gitcheck' --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index bc3bc6c8..f23ef4e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,11 +70,11 @@ fixme: # check whether we can run make distcheck from the repo version gitcheck: - cd `mktemp -d`; \ - git clone git://gitorious.org/mu/mu.git ; \ - cd mu; \ - autoreconf -i ;\ - ./configure ; \ + cd `mktemp -d`; \ + git clone git://github.com/djcb/mu.git ; \ + cd mu; \ + autoreconf -i ; \ + ./configure ; \ make distcheck EXTRA_DIST= \