commit: 90fc26572ac350f1003bf7ee3d7b76f9efee407a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:11:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90fc2657
media-gfx/glimpse: remove UnnecessarySlashStrip
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-gfx/glimpse/glimpse-0.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild
b/media-gfx/glimpse/glimpse-0.2.0.ebuild
index 856d85e70..107b98422 100644
--- a/media-gfx/glimpse/glimpse-0.2.0.ebuild
+++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild
@@ -188,7 +188,7 @@ src_install() {
# Workaround for bug #321111 to give Glimpse the least
# precedence on PDF documents by default
- mv
"${ED%/}"/usr/share/applications/{,zzz-}org.glimpse_editor.Glimpse.desktop ||
die
+ mv
"${ED}"/usr/share/applications/{,zzz-}org.glimpse_editor.Glimpse.desktop || die
find "${D}" -name '*.la' -type f -delete || die
@@ -196,5 +196,5 @@ src_install() {
# (bug #433527)
local gimp_app_version=$(grep '\[gimp_app_version' configure.ac \
| sed -E
's/.*\[([2-9]\.[0-9]+)\].*/\1/')
- mv "${ED%/}"/usr/share/man/man1/gimp-console{-${gimp_app_version},}.1
|| die
+ mv "${ED}"/usr/share/man/man1/gimp-console{-${gimp_app_version},}.1 ||
die
}