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 9FB7F138350 for ; Tue, 17 Mar 2020 13:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE173E0E1F; Tue, 17 Mar 2020 13:33:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9A2D1E0E1F for ; Tue, 17 Mar 2020 13:33:26 +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 C702134EF52 for ; Tue, 17 Mar 2020 13:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805C5102 for ; Tue, 17 Mar 2020 13:33:24 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1584452001.0b7fca1e00675b92c18faa1917e6d4579471f4ff.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild X-VCS-Directories: net-im/mattermost-desktop-bin/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0b7fca1e00675b92c18faa1917e6d4579471f4ff X-VCS-Branch: master Date: Tue, 17 Mar 2020 13:33:24 +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: 45b3d033-fb5c-48b6-aca4-21420d7bd4e0 X-Archives-Hash: 041336c7a4cb2e5853e8407646894273 commit: 0b7fca1e00675b92c18faa1917e6d4579471f4ff Author: Matthew Thode gentoo org> AuthorDate: Tue Mar 17 13:32:59 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Mar 17 13:33:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7fca1e net-im/mattermost-desktop-bin: fix absolute symlink Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild index 0f750c99d43..0f1c0d6f81d 100644 --- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild +++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.4.0.ebuild @@ -84,7 +84,7 @@ src_install() { exeinto "/opt/${MY_PN}" doexe *.so "${MY_PN}" - dosym "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}" + dosym "../..//opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}" newicon "${S}/icon.svg" "${MY_PN}.svg" make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}"