Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Setup GOPATH before build
Browse files Browse the repository at this point in the history
  • Loading branch information
kshlm committed Jul 4, 2017
1 parent 42a7816 commit 24e66b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/rpms/glusterd2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Preview release of the next generation GlusterFS management framework and daemon
%setup -q -n %{name}-v%{version}-%{release}

%build
export GOPATH=$(pwd):%{gopath}

mkdir -p src/%(dirname %{import_path})
ln -s ../../../ src/%{import_path}

Expand Down

0 comments on commit 24e66b6

Please sign in to comment.