fix wrong path in rpm SPEC (#5327)

This commit is contained in:
Tomas Kral
2022-01-10 18:39:08 +01:00
committed by GitHub
parent 247d001ee7
commit 724f16e689

View File

@@ -37,7 +37,7 @@ odo is a fast, iterative, and straightforward CLI tool for developers who write,
%build
export GITCOMMIT="%{git_commit}"
mkdir -p %{gopath}/src/github.com/openshift
mkdir -p %{gopath}/src/github.com/redhat-developer
ln -s "$(pwd)" %{gopath}/src/github.com/redhat-developer/odo
export GOPATH=%{gopath}
cd %{gopath}/src/github.com/redhat-developer/odo