From 2192b52064837ce7db73fce0f43e5cb952d8b79f Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 19 Mar 2013 17:39:47 +0100 Subject: [PATCH] Fix path to goskiplist. --- Makefile.TRAVIS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.TRAVIS b/Makefile.TRAVIS index f3e0800ae7..c9ee349185 100644 --- a/Makefile.TRAVIS +++ b/Makefile.TRAVIS @@ -136,7 +136,7 @@ levigo-stamp: leveldb go snappy source skiplist: skiplist-stamp skiplist-stamp: go source - $(GO_GET) github.com/ryszard/goskiplist + $(GO_GET) github.com/ryszard/goskiplist/skiplist touch $@ rsync: rsync-stamp