Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Thu, 29 Aug 2019 11:39:32
Message-Id: 1567078700.d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505.soap@gentoo
1 commit: d9e0cd85dbb76b04ab2e58bf6e0f004dfab0e505
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:20 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e0cd85
7
8 app-text/asciidoc: [QA] Remove unnecessary slash strip
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild b/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
17 index 5474f073229..a395cd9f17e 100644
18 --- a/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
19 +++ b/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
20 @@ -82,7 +82,7 @@ src_install() {
21 if use examples; then
22 # examples/website is full of relative symlinks,
23 # deref them for copying, which dodoc doesn't do
24 - cp -rL examples/website "${ED%/}"/usr/share/doc/${PF}/examples || die
25 + cp -rL examples/website "${ED}"/usr/share/doc/${PF}/examples || die
26 docompress -x /usr/share/doc/${PF}/examples
27 fi
28 }