projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1edd16f
)
app-leechcraft/lc-core: replace dohtml with dodoc (bug #653836)
author
Mikle Kolyada
<zlogene@gentoo.org>
Mon, 23 Apr 2018 06:55:13 +0000
(09:55 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Mon, 23 Apr 2018 06:56:39 +0000
(09:56 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-leechcraft/lc-core/lc-core-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-leechcraft/lc-core/lc-core-9999.ebuild
b/app-leechcraft/lc-core/lc-core-9999.ebuild
index ed2c60da47662183608f809fb96bb2c3d99f58d6..e2da5f1db2a72e33d8cb82d5cf6227786e717316 100644
(file)
--- a/
app-leechcraft/lc-core/lc-core-9999.ebuild
+++ b/
app-leechcraft/lc-core/lc-core-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-53,5
+53,5
@@
src_configure() {
src_install() {
cmake-utils_src_install
- use doc && do
html
-r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/*
+ use doc && do
doc
-r "${CMAKE_BUILD_DIR}/${PN#lc-}"/out/html/*
}