Merge pull request #53 from prometheus/fix/travis/antique-paths

Swap matttproud for prometheus in paths.
This commit is contained in:
Matt T. Proud 2013-01-28 03:58:20 -08:00
commit d181f33eaa
1 changed files with 3 additions and 3 deletions

View File

@ -140,15 +140,15 @@ rsync-stamp:
test: test-stamp test: test-stamp
test-stamp: preparation source test-stamp: preparation source
cd ${GOPATH}/src/github.com/matttproud cd ${GOPATH}/src/github.com/prometheus
$(MAKE) test $(MAKE) test
touch $@ touch $@
source: source-stamp source: source-stamp
source-stamp: source-stamp:
-mkdir -vp ${GOPATH}/src/github.com/matttproud -mkdir -vp ${GOPATH}/src/github.com/prometheus
ln -sf $${PWD} ${GOPATH}/src/github.com/matttproud/prometheus ln -sf $${PWD} ${GOPATH}/src/github.com/prometheus/prometheus
touch $@ touch $@
clean: clean: