| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.2 2007/10/20 12:51:25 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.3 2007/11/06 23:34:43 aballier Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # |
| 6 | # Original Author: Alexis Ballier <aballier@gentoo.org> |
6 | # Original Author: Alexis Ballier <aballier@gentoo.org> |
| 7 | # Purpose: Provide various functions used by both texlive-core and texlive |
7 | # Purpose: Provide various functions used by both texlive-core and texlive |
| 8 | # modules. |
8 | # modules. |
| … | |
… | |
| 10 | # |
10 | # |
| 11 | |
11 | |
| 12 | |
12 | |
| 13 | TEXMF_PATH=/usr/share/texmf |
13 | TEXMF_PATH=/usr/share/texmf |
| 14 | TEXMF_DIST_PATH=/usr/share/texmf-dist |
14 | TEXMF_DIST_PATH=/usr/share/texmf-dist |
| 15 | TEXMF_VAR_PATH=/usr/share/texmf-var |
15 | TEXMF_VAR_PATH=/var/lib/texmf |
| 16 | |
16 | |
| 17 | # Has to be called in src_install after having installed the files in ${D} |
17 | # Has to be called in src_install after having installed the files in ${D} |
| 18 | # This function will move the relevant files to /etc/texmf and symling them |
18 | # This function will move the relevant files to /etc/texmf and symling them |
| 19 | # from their original location. This is to allow easy update of texlive's |
19 | # from their original location. This is to allow easy update of texlive's |
| 20 | # configuration |
20 | # configuration |