diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:20 +0200 |
commit | d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505 (patch) | |
tree | 84643f7f73b1ed5b3646aeadc082938b5d78f623 /app-text/asciidoc | |
parent | app-text/XML-Schema-learner: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505.tar.gz gentoo-d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505.tar.bz2 gentoo-d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505.zip |
app-text/asciidoc: [QA] Remove unnecessary slash strip
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild b/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild index 5474f073229d..a395cd9f17ea 100644 --- a/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild @@ -82,7 +82,7 @@ src_install() { if use examples; then # examples/website is full of relative symlinks, # deref them for copying, which dodoc doesn't do - cp -rL examples/website "${ED%/}"/usr/share/doc/${PF}/examples || die + cp -rL examples/website "${ED}"/usr/share/doc/${PF}/examples || die docompress -x /usr/share/doc/${PF}/examples fi } |