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 C03D3138350 for ; Thu, 16 Apr 2020 18:36:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13BE4E0B15; Thu, 16 Apr 2020 18:36:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D4E47E0B15 for ; Thu, 16 Apr 2020 18:36:49 +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 AFE6334F021 for ; Thu, 16 Apr 2020 18:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58DFA1C8 for ; Thu, 16 Apr 2020 18:36:47 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587062203.9543a63ffa747e140cefab8f6e09d90e37399bf6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild X-VCS-Directories: dev-libs/kpathsea/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9543a63ffa747e140cefab8f6e09d90e37399bf6 X-VCS-Branch: master Date: Thu, 16 Apr 2020 18:36:47 +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: c2ec4b07-0e9e-4ca5-a86d-fe26e7ab9b6e X-Archives-Hash: cf324f967b4c6fa5ec6e3a9c69dc6d13 commit: 9543a63ffa747e140cefab8f6e09d90e37399bf6 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 16 18:35:41 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 16 18:36:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9543a63f dev-libs/kpathsea: fix dosym Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild index dcbc8175045..74023b4cbb3 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild @@ -86,8 +86,8 @@ src_install() { # by texmf-update rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" - dosym ../texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf - dosym ../texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf + dosym /../../../../etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf + dosym /../../../../etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf newsbin "${S}/texmf-update" texmf-update