projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c576305
)
media-gfx/album: don't use dohtml
author
Thomas Deutschmann
<whissi@gentoo.org>
Wed, 25 Sep 2019 14:22:04 +0000
(16:22 +0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Wed, 25 Sep 2019 15:43:23 +0000
(17:43 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
media-gfx/album/album-4.15.ebuild
patch
|
blob
|
history
diff --git
a/media-gfx/album/album-4.15.ebuild
b/media-gfx/album/album-4.15.ebuild
index 29747bb6555f9d11cc250aceed4592f6516e9a2c..ce30184d49566098d058db067baae03e5fbe0473 100644
(file)
--- 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