commit:     424244f40caa9ea31378327d07998986b5af7952
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 08:07:25 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 08:24:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424244f4

media-gfx/iscan: fix AbsoluteSymlink CI issue

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/iscan/iscan-2.30.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/iscan/iscan-2.30.3.1.ebuild 
b/media-gfx/iscan/iscan-2.30.3.1.ebuild
index bc1a2e5b8a0..4421e8e4018 100644
--- a/media-gfx/iscan/iscan-2.30.3.1.ebuild
+++ b/media-gfx/iscan/iscan-2.30.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -116,7 +116,7 @@ src_install() {
        if use gimp; then
                local plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
                dodir "${plugindir}"
-               dosym "${ED}"/usr/bin/iscan "${plugindir}"/iscan
+               dosym ../../../../bin/iscan "${plugindir}"/iscan
        fi
 
        use X && make_desktop_entry iscan "Image Scan! for Linux ${PV}" scanner

Reply via email to