Skip to content

Commit

Permalink
app-text/asciidoc-8.6.9-r2: fix docompress call
Browse files Browse the repository at this point in the history
Docompress should only be called when USE=examples.

Gentoo-bug: 555400
Signed-off-by: Marc Joliet <[email protected]>
  • Loading branch information
marcecj committed Nov 20, 2015
1 parent a5f7c6b commit bcd5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit bcd5220

Please sign in to comment.