summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-29 13:38:20 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-29 13:38:20 +0200
commitd9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505 (patch)
tree84643f7f73b1ed5b3646aeadc082938b5d78f623 /app-text/asciidoc
parentapp-text/XML-Schema-learner: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-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.ebuild2
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
}