Skip to content

Commit

Permalink
dev-util/drone: Fix quotes
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
mrueg committed Nov 17, 2016
1 parent bf290e7 commit 0b488fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/drone/drone-0.5.0_pre20161019.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ src_compile() {
GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake -C src/github.com/drone/drone gen || die
pushd src || die
DRONE_BUILD_NUMBER="${EGIT_COMMIT}" GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)"\
go install -ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=${EGIT_COMMIT}' github.com/drone/drone/drone || die
go install -ldflags "-extldflags '-static' -X github.com/drone/drone/version.VersionDev=${EGIT_COMMIT}" github.com/drone/drone/drone || die
popd || die
}

Expand Down

0 comments on commit 0b488fa

Please sign in to comment.