summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-31 13:16:23 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-31 13:16:33 +0100
commit3d7725507f002929b45e2acc4e53ff89b7557310 (patch)
treee70039570f7705db4220d0e6be4e2f9169b7ddb4 /dev-tex
parentprofiles/arch/arm/package.use.stable.mask: mask dietlibc and klibc USEs as th... (diff)
downloadgentoo-3d7725507f002929b45e2acc4e53ff89b7557310.tar.gz
gentoo-3d7725507f002929b45e2acc4e53ff89b7557310.tar.bz2
gentoo-3d7725507f002929b45e2acc4e53ff89b7557310.zip
dev-tex/latexdiff: fix building when installed for the first time, bug #604088
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexdiff/latexdiff-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
index 83138be21644..ebc0830cdd09 100644
--- a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
test? ( app-shells/tcsh )"
src_compile() {
- emake -j1 distribution
+ PATH="${S}/dist:${PATH}" emake -j1 distribution
}
src_test() {