projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e568d8f
)
app-text/asciidoc: [QA] Remove unnecessary slash strip
author
David Seifert
<soap@gentoo.org>
Thu, 29 Aug 2019 11:38:20 +0000
(13:38 +0200)
committer
David Seifert
<soap@gentoo.org>
Thu, 29 Aug 2019 11:38:20 +0000
(13:38 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
patch
|
blob
|
history
diff --git
a/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
b/app-text/asciidoc/asciidoc-8.6.10_p20181016.ebuild
index 5474f073229debebe01e5b7d68f4c90e1e20b7a1..a395cd9f17ea22f5210f6e9e6d95c8f552411668 100644
(file)
--- 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
}