summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/active-dvi/active-dvi-1.10.2-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
index 95988ec20122..85ad12e3d6ee 100644
--- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
+++ b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
@@ -46,9 +46,10 @@ src_configure() {
}
src_compile() {
+ export VARTEXFONTS="${T}/fonts"
emake
cd doc || die
- VARTEXFONTS="${T}/fonts" emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi
+ emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi
}
src_install() {