app-admin/fleet: include docs

This commit is contained in:
Alex Crawford 2015-01-15 15:31:14 -08:00
parent da9f44529e
commit 6d905e4da8
3 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ else
KEYWORDS="amd64"
fi
inherit cros-workon systemd
inherit coreos-doc cros-workon systemd
DESCRIPTION="fleet"
HOMEPAGE="https://github.com/coreos/fleet"
@ -37,4 +37,6 @@ src_install() {
systemd_dounit "${FILESDIR}"/${PN}.service
systemd_dounit "${FILESDIR}"/${PN}.socket
coreos-dodoc -r Documentation/*
}

View File

@ -19,5 +19,5 @@ coreos-dodoc() {
[[ "${#}" -lt 1 ]] && die "${0}: at least one file needed"
insinto "/usr/share/coreos/doc/${P}/"
doins $flags $@
doins $flags "$@"
}