commit: 26bf6eb15bbe6b1dbac58b7fbc85183a9323a325
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 10:15:07 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 10:20:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bf6eb1
app-portage/pram: Fix installing manpage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/pram/{pram-2.ebuild => pram-2-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-portage/pram/pram-2.ebuild b/app-portage/pram/pram-2-r1.ebuild
similarity index 97%
rename from app-portage/pram/pram-2.ebuild
rename to app-portage/pram/pram-2-r1.ebuild
index 718e513c9cd..d5151395d54 100644
--- a/app-portage/pram/pram-2.ebuild
+++ b/app-portage/pram/pram-2-r1.ebuild
@@ -19,5 +19,6 @@ RDEPEND="dev-vcs/git
src_install() {
dobin pram
+ doman pram.1
einstalldocs
}