summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2005-02-18 10:29:29 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2005-02-18 10:29:29 +0000
commitb3f37801b499029d4021bf1b7961f296d748fc94 (patch)
tree520b19a77c43392602e263e4941fa798992689e7 /dev-lang/caml-light
parentmask sylpheed 1.9.2 (diff)
downloadgentoo-2-b3f37801b499029d4021bf1b7961f296d748fc94.tar.gz
gentoo-2-b3f37801b499029d4021bf1b7961f296d748fc94.tar.bz2
gentoo-2-b3f37801b499029d4021bf1b7961f296d748fc94.zip
Fix path bug (#82233).
Diffstat (limited to 'dev-lang/caml-light')
-rw-r--r--dev-lang/caml-light/ChangeLog5
-rw-r--r--dev-lang/caml-light/caml-light-0.75.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/caml-light/ChangeLog b/dev-lang/caml-light/ChangeLog
index 231bbafbbe43..69637570ad1c 100644
--- a/dev-lang/caml-light/ChangeLog
+++ b/dev-lang/caml-light/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/caml-light
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/ChangeLog,v 1.1 2005/02/06 16:09:57 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/ChangeLog,v 1.2 2005/02/18 10:29:29 mattam Exp $
+
+ 18 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> caml-light-0.75.ebuild:
+ Fix path bug.
*caml-light-0.75 (06 Feb 2005)
diff --git a/dev-lang/caml-light/caml-light-0.75.ebuild b/dev-lang/caml-light/caml-light-0.75.ebuild
index 295660896267..adeb31507eda 100644
--- a/dev-lang/caml-light/caml-light-0.75.ebuild
+++ b/dev-lang/caml-light/caml-light-0.75.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/dev-lang/caml-light/caml-light-0.75.ebuild,v 1.1 2005/02/06 16:09:57 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/caml-light-0.75.ebuild,v 1.2 2005/02/18 10:29:29 mattam Exp $
inherit flag-o-matic eutils
@@ -38,7 +38,10 @@ src_compile() {
MANDIR=/usr/share/man \
configure || die
- make world || die
+ make BINDIR=/usr/bin \
+ LIBDIR=/usr/lib/caml-light \
+ MANDIR=/usr/share/man \
+ world || die
}
src_install() {