commit:     0c79e65739b7b69cf0ff753d4ba0a9a2cf58090a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 23:31:53 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 23:34:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c79e657

dev-libs/kpathsea: use relative links

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index 70543c7dfda..dcbc8175045 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 
 src_install() {
        emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf-dist/web2c" 
install
-       find "${D}" -name '*.la' -delete
+       find "${D}" -name '*.la' -delete || die
 
        dodir /usr/share # just in case
        cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to 
install texmf trees"
@@ -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 ../texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
+       dosym ../texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
 
        newsbin "${S}/texmf-update" texmf-update
 

Reply via email to