diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-06 23:34:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-06 23:34:43 +0000 |
commit | a522c1dca2df42cbd5cc0b5c894f8edd4fe8a2d7 (patch) | |
tree | 78f1758b7572626ef570539f204b8f80471ce8c5 /eclass/texlive-common.eclass | |
parent | Add sparc, needed for Bug #198289 and works beautifully with texlive. (diff) | |
download | gentoo-2-a522c1dca2df42cbd5cc0b5c894f8edd4fe8a2d7.tar.gz gentoo-2-a522c1dca2df42cbd5cc0b5c894f8edd4fe8a2d7.tar.bz2 gentoo-2-a522c1dca2df42cbd5cc0b5c894f8edd4fe8a2d7.zip |
change TEXMF_VAR_PATH to match default configuration, hopefully nothing was using it (yet?)
Diffstat (limited to 'eclass/texlive-common.eclass')
-rw-r--r-- | eclass/texlive-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index f21912bf27d4..a4c24e8d4a0a 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.2 2007/10/20 12:51:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.3 2007/11/06 23:34:43 aballier Exp $ # # Original Author: Alexis Ballier <aballier@gentoo.org> @@ -12,7 +12,7 @@ TEXMF_PATH=/usr/share/texmf TEXMF_DIST_PATH=/usr/share/texmf-dist -TEXMF_VAR_PATH=/usr/share/texmf-var +TEXMF_VAR_PATH=/var/lib/texmf # Has to be called in src_install after having installed the files in ${D} # This function will move the relevant files to /etc/texmf and symling them |