https://bugzilla.redhat.com/show_bug.cgi?id=1018542



--- Comment #11 from Vincent Batts <vba...@redhat.com> ---
(In reply to Matthew Miller from comment #4)
> I think this should do it for the %build section:
> 
> 
> %build
> 
> mkdir -p src/github.com/jteeuwen/
> ln -s $(pwd) src/github.com/jteeuwen/go-bindata
> export GOPATH=$(pwd)
> go build -v -a

does this still build fine if the rpm is installed on the host that is trying
to do a new build of the RPM?
Is setting of GOBIN needed? or passing '-o %{buildroot}/usr/bin/go-bindata' to
go build?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to