diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-16 21:35:41 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-16 21:36:43 +0300 |
commit | 9543a63ffa747e140cefab8f6e09d90e37399bf6 (patch) | |
tree | f29485dcc4b695341db6a87fd7ce012f73fbac6d /dev-libs/kpathsea | |
parent | net-libs/libaccounts-glib: 1.25 version bump, python3_8 (diff) | |
download | gentoo-9543a63ffa747e140cefab8f6e09d90e37399bf6.tar.gz gentoo-9543a63ffa747e140cefab8f6e09d90e37399bf6.tar.bz2 gentoo-9543a63ffa747e140cefab8f6e09d90e37399bf6.zip |
dev-libs/kpathsea: fix dosym
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@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 dcbc8175045d..74023b4cbb34 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 |