aboutsummaryrefslogtreecommitdiffstats
path: root/community/fzf/no-glide-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/fzf/no-glide-install.patch')
-rw-r--r--community/fzf/no-glide-install.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/fzf/no-glide-install.patch b/community/fzf/no-glide-install.patch
deleted file mode 100644
index 1704ee9e22..0000000000
--- a/community/fzf/no-glide-install.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)" \