diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-08-30 12:49:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-08-30 12:49:36 +0000 |
commit | ee2b19c37c793ade02340184195f60b1f7f7a199 (patch) | |
tree | 182c55de4709a381b6186a46fab49a64a2f76f01 /eclass | |
parent | bump to latest ctan version and install to texmf-site (diff) | |
download | gentoo-2-ee2b19c37c793ade02340184195f60b1f7f7a199.tar.gz gentoo-2-ee2b19c37c793ade02340184195f60b1f7f7a199.tar.bz2 gentoo-2-ee2b19c37c793ade02340184195f60b1f7f7a199.zip |
install docs in PF instead of P
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/latex-package.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 5aedc6c869d3..9fbfb69590d8 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.34 2008/07/19 09:22:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.35 2008/08/30 12:49:36 aballier Exp $ # @ECLASS: latex-package.eclass # @MAINTAINER: @@ -113,7 +113,7 @@ latex-package_src_doinstall() { "dvi" | "ps" | "pdf") for i in `find . -maxdepth 1 -type f -name "*.${1}"` do - insinto /usr/share/doc/${P} + insinto /usr/share/doc/${PF} doins $i || die "doins $i failed" #dodoc -u $i done |