summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index bc3bc6c..f23ef4e 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= \