summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-19 03:19:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-19 03:19:56 +0000
commitd4f3b3a1f67400d0be69d20b271fbe7c7253e47f (patch)
tree50013ccd15e847c21da82d4b45cee51e33da3297 /dev-lang/ocaml
parentCall epatch_user #473004 by Jan Pobrislo. (diff)
downloadgentoo-2-d4f3b3a1f67400d0be69d20b271fbe7c7253e47f.tar.gz
gentoo-2-d4f3b3a1f67400d0be69d20b271fbe7c7253e47f.tar.bz2
gentoo-2-d4f3b3a1f67400d0be69d20b271fbe7c7253e47f.zip
fix dosym warning, bug #470106
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-lang/ocaml')
-rw-r--r--dev-lang/ocaml/ChangeLog5
-rw-r--r--dev-lang/ocaml/ocaml-4.00.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog
index 8d3a7b9c0ac0..f3d5c2f75e49 100644
--- a/dev-lang/ocaml/ChangeLog
+++ b/dev-lang/ocaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ocaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.212 2013/03/02 17:30:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.213 2013/06/19 03:19:56 aballier Exp $
+
+ 19 Jun 2013; Alexis Ballier <aballier@gentoo.org> ocaml-4.00.1-r1.ebuild:
+ fix dosym warning, bug #470106
*ocaml-4.00.1-r1 (02 Mar 2013)
diff --git a/dev-lang/ocaml/ocaml-4.00.1-r1.ebuild b/dev-lang/ocaml/ocaml-4.00.1-r1.ebuild
index e74b9d9ad2f3..24fd69cf4484 100644
--- a/dev-lang/ocaml/ocaml-4.00.1-r1.ebuild
+++ b/dev-lang/ocaml/ocaml-4.00.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.00.1-r1.ebuild,v 1.1 2013/03/02 17:30:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-4.00.1-r1.ebuild,v 1.2 2013/06/19 03:19:56 aballier Exp $
EAPI="5"
@@ -96,7 +96,7 @@ src_install() {
# Symlink the headers to the right place
dodir /usr/include
- dosym /usr/$(get_libdir)/ocaml/caml /usr/include/
+ dosym /usr/$(get_libdir)/ocaml/caml /usr/include/caml
dodoc Changes INSTALL README Upgrading