mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
committed by
Michał Górny
parent
d2e5abe0c9
commit
bad1a3b37d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user