commit: bad1a3b37da5a0cc59f3910e175d9446c8a29cdc Author: Mark J. Olah <markjolah <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Jul 24 23:57:20 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 25 05:05:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad1a3b3
dev-libs/kpathsea: Fix symlink targets Closes: https://bugs.gentoo.org/710190 Signed-off-by: Mark J. Olah <mjo <AT> cs.unm.edu> Closes: https://github.com/gentoo/gentoo/pull/16808 Signed-off-by: Michał Górny <mgorny <AT> 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 8a18b3f69af..b473c1a6add 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 /../../../../etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf - dosym /../../../../etc/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
