commit: d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:20 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e0cd85
app-text/asciidoc: [QA] Remove unnecessary slash strip
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
b/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
index 5474f073229..a395cd9f17e 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
}