diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-25 16:22:04 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-25 17:43:23 +0200 |
commit | 3ea6f20d6b4ba7dc36519fe72b910d4625a81897 (patch) | |
tree | 6e7220cea61c5c60b298c99df665cfdbcb857f79 /media-gfx | |
parent | www-client/seamonkey: use mozconfig-v6.52 (diff) | |
download | gentoo-3ea6f20d6b4ba7dc36519fe72b910d4625a81897.tar.gz gentoo-3ea6f20d6b4ba7dc36519fe72b910d4625a81897.tar.bz2 gentoo-3ea6f20d6b4ba7dc36519fe72b910d4625a81897.zip |
media-gfx/album: don't use dohtml
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/album/album-4.15.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/media-gfx/album/album-4.15.ebuild b/media-gfx/album/album-4.15.ebuild index 29747bb6555f..ce30184d4956 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 |