commit: 0958b4f2101bf2a7526e417463752f8fbfa5c1fd
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 17:38:29 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 17:38:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0958b4f2
app-misc/screenie: install manpage on 20120406
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/screenie/screenie-20120406.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-misc/screenie/screenie-20120406.ebuild
b/app-misc/screenie/screenie-20120406.ebuild
index 1cf8fe9a3ea..2b2e7eb357c 100644
--- a/app-misc/screenie/screenie-20120406.ebuild
+++ b/app-misc/screenie/screenie-20120406.ebuild
@@ -18,4 +18,5 @@ S="${WORKDIR}/${PN}"
src_install() {
einstalldocs
dobin screenie
+ doman screenie.1
}