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