diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-10-27 14:30:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-10-27 14:30:38 +0000 |
commit | 696454ffc5df3883a549dbf15bd63a74515a366b (patch) | |
tree | 11ab9c284a224eb315d220b61fb546593604822b /eclass/texlive-module.eclass | |
parent | Stable on amd64 wrt bug #196839 (diff) | |
download | gentoo-2-696454ffc5df3883a549dbf15bd63a74515a366b.tar.gz gentoo-2-696454ffc5df3883a549dbf15bd63a74515a366b.tar.bz2 gentoo-2-696454ffc5df3883a549dbf15bd63a74515a366b.zip |
dont try to be too clever with TEXMFSYSVAR, it should not be modified, install paths should definitely not be dependant on tex configuration and consistent among themselves; thus hardcode default path for TEXMFSYSVAR
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index ced185a543d5..67127c4a704f 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.4 2007/10/20 17:15:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.5 2007/10/27 14:30:38 aballier Exp $ # # Original Author: Alexis Ballier <aballier@gentoo.org> @@ -96,8 +96,7 @@ texlive-module_src_install() { [ -d texmf ] && doins -r texmf [ -d texmf-dist ] && doins -r texmf-dist - TEXMFSYSVAR="$(kpsewhich -var-value=TEXMFSYSVAR)" - insinto "${TEXMFSYSVAR}" + insinto /var/lib/texmf [ -d texmf-var ] && doins -r texmf-var/* insinto /etc/texmf/updmap.d |