commit: 3ea6f20d6b4ba7dc36519fe72b910d4625a81897
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 14:22:04 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 15:43:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea6f20d
media-gfx/album: don't use dohtml
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-gfx/album/album-4.15.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/media-gfx/album/album-4.15.ebuild
b/media-gfx/album/album-4.15.ebuild
index 29747bb6555..ce30184d495 100644
--- a/media-gfx/album/album-4.15.ebuild
+++ b/media-gfx/album/album-4.15.ebuild
@@ -23,11 +23,15 @@ src_install() {
dobin album
doman album.1
dodoc License.txt CHANGELOG
- use doc && dohtml -r Docs/*
+
+ if use doc ; then
+ docinto html
+ dodoc -r Docs/.
+ fi
dodir /usr/share/album
insinto /usr/share/album
- cd ..
+ cd .. || die
doins -r lang
use themes && doins -r Themes
use plugins && doins -r plugins