From d73696e54434ec08a75603613fb1ece24718127f Mon Sep 17 00:00:00 2001 From: Jonathan-Christofer Demay Date: Sat, 19 Jul 2014 00:38:01 +0200 Subject: Several DESTDIR fixes --- dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild') diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild index 2a653f2dc..c28be862b 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild @@ -29,7 +29,7 @@ src_prepare() { } src_compile() { - DESTDIR="/" emake -j1 || die "emake failed" + emake -j1 DESTDIR="/" || die "emake failed" if use doc; then emake doc || die "emake doc failed" @@ -37,7 +37,7 @@ src_compile() { } src_install() { - DESTDIR="${D}" emake install || die "emake install failed" + emake install DESTDIR="${D}" || die "emake install failed" dodoc CHANGES CREDITS FAQ README if use doc; then -- cgit v1.2.3-18-g5258