summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Joliet <marcec@gmx.de>2015-11-20 20:45:16 +0100
committerMarc Joliet <marcec@gmx.de>2015-11-20 20:47:44 +0100
commitbcd5220a9d7b0420cf29d85be0671c4de91823dd (patch)
treec65986906f1d90227851d3aecab07b4d991a0f15
parenta5f7c6bd2f060ee7b5852da133ff3ad7f82d296e (diff)
downloadgentoo-bcd5220a9d7b0420cf29d85be0671c4de91823dd.tar.gz
gentoo-bcd5220a9d7b0420cf29d85be0671c4de91823dd.tar.xz
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@gmx.de>
-rw-r--r--app-text/asciidoc/asciidoc-8.6.9-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
index e329c8e742d..0d058db35ca 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() {