diff options
author | Mark J. Olah <markjolah@users.noreply.github.com> | 2020-07-24 17:57:20 -0600 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-25 07:05:35 +0200 |
commit | bad1a3b37da5a0cc59f3910e175d9446c8a29cdc (patch) | |
tree | 985977345642662a8076d1fba2fdc1a205756b7a /dev-libs/kpathsea | |
parent | dev-lang/mercury: respect -fno-common. Closes #727156 (diff) | |
download | gentoo-bad1a3b37da5a0cc59f3910e175d9446c8a29cdc.tar.gz gentoo-bad1a3b37da5a0cc59f3910e175d9446c8a29cdc.tar.bz2 gentoo-bad1a3b37da5a0cc59f3910e175d9446c8a29cdc.zip |
dev-libs/kpathsea: Fix symlink targets
Closes: https://bugs.gentoo.org/710190
Signed-off-by: Mark J. Olah <mjo@cs.unm.edu>
Closes: https://github.com/gentoo/gentoo/pull/16808
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 |
1 files 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 8a18b3f69af2..b473c1a6adda 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 |