mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-go/beego: install beego.a
Package-Manager: portage-2.2.27
This commit is contained in:
@@ -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%/*}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user