diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-17 23:19:31 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-17 23:19:31 +0000 |
commit | d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2 (patch) | |
tree | 0b0f91b32085789876904d8022fd0bbcb702b21f /app-text/active-dvi/active-dvi-1.6.0.ebuild | |
parent | Stable on mips. (diff) | |
download | historical-d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2.tar.gz historical-d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2.tar.bz2 historical-d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2.zip |
Fix bad path bug.
Diffstat (limited to 'app-text/active-dvi/active-dvi-1.6.0.ebuild')
-rw-r--r-- | app-text/active-dvi/active-dvi-1.6.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/active-dvi/active-dvi-1.6.0.ebuild b/app-text/active-dvi/active-dvi-1.6.0.ebuild index 754b7634e4f6..13de4664b505 100644 --- a/app-text/active-dvi/active-dvi-1.6.0.ebuild +++ b/app-text/active-dvi/active-dvi-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.1 2005/02/08 12:48:53 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.2 2005/02/17 23:19:31 mattam Exp $ inherit eutils @@ -77,7 +77,8 @@ src_compile() { src_install() { - TEXMFADVI=/usr/share/texmf/advi + TEXMFADVI="/usr/share/texmf/tex/latex/advi" + dodir /usr/bin $TEXMFADVI make MANDIR=${D}/usr/share/man/man1 \ ADVI_LOC=${D}/${TEXMFADVI} \ @@ -102,7 +103,7 @@ pkg_postinst() { echo "" einfo "If you wish to use Japanese True Type fonts with" - einfo "active-dvi, please edit /usr/share/texmf/advi/jpfonts.conf" + einfo "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf" echo "" fi |