commit: 964e539574e011e8e0c5f26e4e222354602a6fd7
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 22:02:26 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 22:02:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964e5395
app-text/delta: fixed src_install() to not use dohtml
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-text/delta/delta-20060803-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-text/delta/delta-20060803-r1.ebuild
b/app-text/delta/delta-20060803-r1.ebuild
index 30669a51c12..1f00d0cd78b 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -30,5 +30,7 @@ src_compile() {
src_install() {
dobin delta multidelta topformflat
dodoc Readme
- dohtml www/*
+
+ docinto html
+ dodoc -r www/*
}