diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-01-28 10:07:25 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-28 10:24:13 +0200 |
commit | 424244f40caa9ea31378327d07998986b5af7952 (patch) | |
tree | 497ab38c7b2be94793c0e645e3332475561d80a9 /media-gfx/iscan | |
parent | dev-python/bottle: ppc stable wrt bug #706624 (diff) | |
download | gentoo-424244f40caa9ea31378327d07998986b5af7952.tar.gz gentoo-424244f40caa9ea31378327d07998986b5af7952.tar.bz2 gentoo-424244f40caa9ea31378327d07998986b5af7952.zip |
media-gfx/iscan: fix AbsoluteSymlink CI issue
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/iscan-2.30.3.1.ebuild | 4 |
1 files 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 bc1a2e5b8a03..4421e8e40180 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 |