app-misc/vrms-gentoo: call einstalldocs

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-03 09:40:46 +01:00
parent c13d5300f2
commit 9b52d69478
2 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,9 @@ SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="dev-lang/perl"
RDEPEND="
dev-lang/perl
"
DOCS=( README.md )
@@ -22,4 +24,5 @@ S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {
dobin "${PN}"
einstalldocs
}

View File

@@ -18,7 +18,9 @@ RDEPEND="
dev-lang/perl
"
DOCS=( README.md )
src_install() {
dobin "${PN}"
dodoc README.md
einstalldocs
}