public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
@ 2015-11-23 15:02 99% Patrice Clement
  0 siblings, 0 replies; 1+ results
From: Patrice Clement @ 2015-11-23 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bcd5220a9d7b0420cf29d85be0671c4de91823dd
Author:     Marc Joliet <marcec <AT> gmx <DOT> de>
AuthorDate: Fri Nov 20 19:45:16 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 19:47:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd5220a

app-text/asciidoc-8.6.9-r2: fix docompress call

Docompress should only be called when USE=examples.

Gentoo-bug: 555400
Signed-off-by: Marc Joliet <marcec <AT> gmx.de>

 app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
index e329c8e..0d058db 100644
--- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
+++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
@@ -77,8 +77,8 @@ src_install() {
 	# uncompressed, and there won't be any broken links. See bug #483336.
 	if use examples; then
 		cp -rL examples/website "${D}"/usr/share/doc/${PF}/examples || die
+		docompress -x /usr/share/doc/${PF}/examples
 	fi
-	docompress -x /usr/share/doc/${PF}/examples
 }
 
 src_test() {


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-11-23 15:02 99% [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox