diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-11-23 14:59:27 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-23 15:00:05 +0000 |
commit | 28f54563444ec8da2892d3dd2d95864f190c5628 (patch) | |
tree | aa68712fa136f7573dc4d2f77201dabd965a1043 /app-text | |
parent | sys-boot/lilo: Removed old. (diff) | |
parent | app-text/asciidoc-8.6.9-r2: fix docompress call (diff) | |
download | gentoo-28f54563444ec8da2892d3dd2d95864f190c5628.tar.gz gentoo-28f54563444ec8da2892d3dd2d95864f190c5628.tar.bz2 gentoo-28f54563444ec8da2892d3dd2d95864f190c5628.zip |
Merge remote-tracking branch 'github/pr/382'. Fixes bug 555400.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 |
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 94f5ba0f9c90..26c2d24ce39d 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild @@ -66,8 +66,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() { |