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 /app-text
parentdev-python/numba: bump to 0.22.1. (diff)
downloadgentoo-bcd5220a9d7b0420cf29d85be0671c4de91823dd.tar.gz
gentoo-bcd5220a9d7b0420cf29d85be0671c4de91823dd.tar.bz2
gentoo-bcd5220a9d7b0420cf29d85be0671c4de91823dd.zip
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>
Diffstat (limited to 'app-text')
-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 e329c8e742d5..0d058db35ca3 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() {