summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Schultz <mattsch@gmail.com>2019-11-10 23:17:56 -0600
committerJoonas Niilola <juippis@gentoo.org>2019-11-20 08:03:24 +0200
commit676396715b909dc72320cb5adddac3ea654fb76b (patch)
tree3b53a3e4dc7d60134964586ba384c883e084b489 /media-gfx
parentnet-analyzer/gspoof: fix eclass usage (diff)
downloadgentoo-676396715b909dc72320cb5adddac3ea654fb76b.tar.gz
gentoo-676396715b909dc72320cb5adddac3ea654fb76b.tar.bz2
gentoo-676396715b909dc72320cb5adddac3ea654fb76b.zip
media-gfx/iscan: Removed ${ED} for PMS-compliant package managers.
Closes: https://bugs.gentoo.org/699498 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Matthew Schultz <mattsch@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13607 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/iscan/iscan-2.30.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/iscan/iscan-2.30.4.2.ebuild b/media-gfx/iscan/iscan-2.30.4.2.ebuild
index a82b27d06c6f..90d8c1c878c2 100644
--- a/media-gfx/iscan/iscan-2.30.4.2.ebuild
+++ b/media-gfx/iscan/iscan-2.30.4.2.ebuild
@@ -126,7 +126,7 @@ src_install() {
done
if [[ "/plug-ins" != "${gimpplugindir}" ]]; then
dodir ${gimpplugindir}
- dosym "${ED%/}"/usr/bin/iscan "${gimpplugindir}"/iscan
+ dosym $(realpath -s --relative-to="${gimpplugindir}" "${EPREFIX}/usr/bin/iscan" || die) "${gimpplugindir}"/iscan
else
ewarn "No idea where to find the gimp plugin directory"
fi