]> git.pld-linux.org Git - packages/fzf.git/commitdiff
explicitly use vendor modules
authorJan Palus <atler@pld-linux.org>
Sat, 11 Jul 2020 21:13:26 +0000 (23:13 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 11 Jul 2020 21:13:26 +0000 (23:13 +0200)
fzf.spec

index 0ee7b687eadce303fc93caf51958842ae4746432..6c97b2232478940f96a9c22a0baca183fe963cc6 100644 (file)
--- a/fzf.spec
+++ b/fzf.spec
@@ -79,7 +79,7 @@ Documentation for fzf Vim plugin.
 %setup -q -b1
 
 %build
-%{__make}
+%{__make} GOFLAGS=-mod=vendor
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.316389 seconds and 4 git commands to generate.