From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48BC6138350 for ; Tue, 28 Jan 2020 08:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18EABE086F; Tue, 28 Jan 2020 08:24:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0F81E0844 for ; Tue, 28 Jan 2020 08:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BE5434E4B4 for ; Tue, 28 Jan 2020 08:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53044EE for ; Tue, 28 Jan 2020 08:24:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1580199853.690da54d98ac54bd0df05bfececd0def5bb71c70.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 690da54d98ac54bd0df05bfececd0def5bb71c70 X-VCS-Branch: master Date: Tue, 28 Jan 2020 08:24:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 570b57be-46ed-4831-9750-fcce56a7cf81 X-Archives-Hash: eaba64e7435030a110a24c5615c0fa7e commit: 690da54d98ac54bd0df05bfececd0def5bb71c70 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 28 08:13:22 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 28 08:24:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690da54d media-gfx/sane-frontends: fix AbsoluteSymlink CI issue Signed-off-by: Joonas Niilola gentoo.org> media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild index 8f9b6030f8c..7db13800193 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.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 @@ -56,7 +56,7 @@ src_install() { die "Can't find GIMP plugin directory." fi dodir "${plugindir#${EPREFIX}}" - dosym "${EPREFIX}"/usr/bin/xscanimage "${plugindir#${EPREFIX}}"/xscanimage + dosym ../../../../bin/xscanimage "${plugindir#${EPREFIX}}"/xscanimage fi einstalldocs