Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan/
Date: Tue, 28 Jan 2020 08:24:34
Message-Id: 1580199853.424244f40caa9ea31378327d07998986b5af7952.juippis@gentoo
1 commit: 424244f40caa9ea31378327d07998986b5af7952
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 08:07:25 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 08:24:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424244f4
7
8 media-gfx/iscan: fix AbsoluteSymlink CI issue
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-gfx/iscan/iscan-2.30.3.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/iscan/iscan-2.30.3.1.ebuild b/media-gfx/iscan/iscan-2.30.3.1.ebuild
16 index bc1a2e5b8a0..4421e8e4018 100644
17 --- a/media-gfx/iscan/iscan-2.30.3.1.ebuild
18 +++ b/media-gfx/iscan/iscan-2.30.3.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -116,7 +116,7 @@ src_install() {
26 if use gimp; then
27 local plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
28 dodir "${plugindir}"
29 - dosym "${ED}"/usr/bin/iscan "${plugindir}"/iscan
30 + dosym ../../../../bin/iscan "${plugindir}"/iscan
31 fi
32
33 use X && make_desktop_entry iscan "Image Scan! for Linux ${PV}" scanner