mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
dev-db/etcd: include docs
This commit is contained in:
parent
14dd78db17
commit
da9f44529e
@ -8,7 +8,7 @@ EAPI=4
|
|||||||
CROS_WORKON_PROJECT="coreos/etcd"
|
CROS_WORKON_PROJECT="coreos/etcd"
|
||||||
CROS_WORKON_LOCALNAME="etcd"
|
CROS_WORKON_LOCALNAME="etcd"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
inherit toolchain-funcs cros-workon systemd
|
inherit coreos-doc toolchain-funcs cros-workon systemd
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
@ -36,4 +36,6 @@ src_install() {
|
|||||||
|
|
||||||
systemd_dounit "${FILESDIR}"/${PN}.service
|
systemd_dounit "${FILESDIR}"/${PN}.service
|
||||||
systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
|
systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
|
||||||
|
|
||||||
|
coreos-dodoc -r Documentation/*
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user