projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ffe8a7
)
media-gfx/inkscape-1.0_beta1: fixed UnnecessarySlashStrip warning
author
Miroslav Šulc
<fordfrog@gentoo.org>
Wed, 6 Nov 2019 21:41:06 +0000
(22:41 +0100)
committer
Miroslav Šulc
<fordfrog@gentoo.org>
Wed, 6 Nov 2019 21:41:22 +0000
(22:41 +0100)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-gfx/inkscape/inkscape-1.0_beta1.ebuild
patch
|
blob
|
history
diff --git
a/media-gfx/inkscape/inkscape-1.0_beta1.ebuild
b/media-gfx/inkscape/inkscape-1.0_beta1.ebuild
index a22ce6458cc02b850b76200702222224883c58f6..1e150bf71bdb33c6af92ace8638a2122ca6f4583 100644
(file)
--- a/
media-gfx/inkscape/inkscape-1.0_beta1.ebuild
+++ b/
media-gfx/inkscape/inkscape-1.0_beta1.ebuild
@@
-146,8
+146,8
@@
src_install() {
find "${ED}" -name "*.la" -delete || die
# No extensions are present in beta1
- if [ -n $(find "${ED
%/
}"/usr/share/${PN}/extensions -mindepth 1) ]; then
- python_optimize "${ED
%/
}"/usr/share/${PN}/extensions
+ if [ -n $(find "${ED}"/usr/share/${PN}/extensions -mindepth 1) ]; then
+ python_optimize "${ED}"/usr/share/${PN}/extensions
fi
cmake-utils_src_install