Skip to content

Commit

Permalink
dev-go/beego: install beego.a
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
zmedico committed Feb 21, 2016
1 parent 9df31f0 commit 7ba4c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-go/beego/beego-1.6.0_p20160126.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ src_unpack() {
golang_install_pkgs() {
insopts -m0644 -p # preserve timestamps for bug 551486
insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}")
doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}
doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a}
insinto $(dirname "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}")
doins -r "${S}"/src/${EGO_PN%/*}
}

0 comments on commit 7ba4c98

Please sign in to comment.