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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89E67158020 for ; Thu, 8 Dec 2022 17:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C63A2E086E; Thu, 8 Dec 2022 17:02:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5CAEE086E for ; Thu, 8 Dec 2022 17:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DB68340E0E for ; Thu, 8 Dec 2022 17:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F04FA777 for ; Thu, 8 Dec 2022 17:02:04 +0000 (UTC) From: "Anna Figueiredo Gomes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Figueiredo Gomes" Message-ID: <1670518836.19136a7e346b491c0a45422c6d5afbcd85f95db1.anna-cli@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/xivlauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/xivlauncher/xivlauncher-1.0.2.ebuild X-VCS-Directories: games-util/xivlauncher/ X-VCS-Committer: anna-cli X-VCS-Committer-Name: Anna Figueiredo Gomes X-VCS-Revision: 19136a7e346b491c0a45422c6d5afbcd85f95db1 X-VCS-Branch: dev Date: Thu, 8 Dec 2022 17:02:04 +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: 0f606183-4297-475e-8a32-6f06d0782a58 X-Archives-Hash: b3555422dedfc2bf2a07a63e75897422 commit: 19136a7e346b491c0a45422c6d5afbcd85f95db1 Author: Anna (navi) Figueiredo Gomes navirc com> AuthorDate: Thu Dec 8 17:00:36 2022 +0000 Commit: Anna Figueiredo Gomes tutanota com> CommitDate: Thu Dec 8 17:00:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19136a7e games-util/xivlauncher: dosym remove absolute path Signed-off-by: Anna (navi) Figueiredo Gomes navirc.com> games-util/xivlauncher/xivlauncher-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/xivlauncher/xivlauncher-1.0.2.ebuild b/games-util/xivlauncher/xivlauncher-1.0.2.ebuild index 22e6ace14..36367dd81 100644 --- a/games-util/xivlauncher/xivlauncher-1.0.2.ebuild +++ b/games-util/xivlauncher/xivlauncher-1.0.2.ebuild @@ -259,7 +259,7 @@ src_install() { insinto opt/xivlauncher doins -r * fperms +x /opt/xivlauncher/XIVLauncher.Core - dosym /opt/xivlauncher/XIVLauncher.Core usr/bin/xivlauncher + dosym ../../opt/xivlauncher/XIVLauncher.Core usr/bin/${PN} } pkg_postinst() {