mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
coreos-base/coreos-metadata: fix ebuild
This commit is contained in:
parent
2003d4e5d3
commit
43dc40a23c
@ -6,7 +6,7 @@ CROS_WORKON_PROJECT="coreos/coreos-metadata"
|
|||||||
CROS_WORKON_LOCALNAME="coreos-metadata"
|
CROS_WORKON_LOCALNAME="coreos-metadata"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
COREOS_GO_PACKAGE="github.com/coreos/coreos-metadata"
|
COREOS_GO_PACKAGE="github.com/coreos/coreos-metadata"
|
||||||
inherit cros-workon systemd
|
inherit coreos-go cros-workon systemd
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@ -24,6 +24,6 @@ SLOT="0"
|
|||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin "${S}/bin/${PN}"
|
dobin "${GOBIN}/${PN}"
|
||||||
systemd_dounit "${FILESDIR}/coreos-metadata.service"
|
systemd_dounit "${FILESDIR}/coreos-metadata.service"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user