aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf/no-glide-install.patch
blob: 1704ee9e22720d5d3a6442cceee13dd75510004b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@
 	ln -sf $(ROOT_DIR)/vendor $(VENDOR_LINK)
 
 vendor: $(GLIDE_YAML)
-	go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
+	touch $@
 
 test: $(SOURCES) vendor
 	SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \