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 | 0e7fb40ba069f2e29e086ca57853003f52cfa889 (patch) | |
tree | 7d6fb13b248dc60c7fb483f205f2feda195d4583 /eclass | |
parent | Add sparc, needed for Bug #198289 and works beautifully with texlive. (diff) | |
download | historical-0e7fb40ba069f2e29e086ca57853003f52cfa889.tar.gz historical-0e7fb40ba069f2e29e086ca57853003f52cfa889.tar.bz2 historical-0e7fb40ba069f2e29e086ca57853003f52cfa889.zip |
change TEXMF_VAR_PATH to match default configuration, hopefully nothing was using it (yet?)
Diffstat (limited to '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 |