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 9E76C138359 for ; Sun, 8 Nov 2020 12:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC539E07D8; Sun, 8 Nov 2020 12:50:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C19D4E07D8 for ; Sun, 8 Nov 2020 12:50:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 492A733BDF8 for ; Sun, 8 Nov 2020 12:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE6B73AB for ; Sun, 8 Nov 2020 12:50:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604839813.d4e24ca4e1d0587c85126df916c1e12e9dde9c4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xsane/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xsane/xsane-0.999-r3.ebuild X-VCS-Directories: media-gfx/xsane/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4e24ca4e1d0587c85126df916c1e12e9dde9c4f X-VCS-Branch: master Date: Sun, 8 Nov 2020 12:50:19 +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: 6eb72e24-9cca-4a67-88e0-46c9495e7448 X-Archives-Hash: 75b96763fca39c11d02b2bea69cf11a1 commit: d4e24ca4e1d0587c85126df916c1e12e9dde9c4f Author: Sam James gentoo org> AuthorDate: Sun Nov 8 12:50:13 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 8 12:50:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e24ca4 media-gfx/xsane: fix AbsoluteSymlink I don't see an easy way (right now) to figure out how deep the GIMP path will be, so let's do this instead. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-gfx/xsane/xsane-0.999-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/xsane/xsane-0.999-r3.ebuild b/media-gfx/xsane/xsane-0.999-r3.ebuild index c3854c395cb..21fc69c4858 100644 --- a/media-gfx/xsane/xsane-0.999-r3.ebuild +++ b/media-gfx/xsane/xsane-0.999-r3.ebuild @@ -83,7 +83,7 @@ src_install() { die "Can't find GIMP plugin directory." fi dodir "${plugindir#${EPREFIX}}" - dosym /usr/bin/xsane "${plugindir#${EPREFIX}}"/xsane + dosym "${EPREFIX}/usr/bin/xsane" "${plugindir#${EPREFIX}}"/xsane fi newicon "${DISTDIR}/${PN}-256x256.png" "${PN}".png