summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-04-16 14:48:24 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-04-16 14:48:24 +0000
commitb4f24112d62543fa48ff6525fa931ada580c7ab7 (patch)
treec1873ceb4886e5c962304efed127cceaa9cc357d /sys-cluster
parentfix typo pointed out by Arfrever (diff)
downloadgentoo-2-b4f24112d62543fa48ff6525fa931ada580c7ab7.tar.gz
gentoo-2-b4f24112d62543fa48ff6525fa931ada580c7ab7.tar.bz2
gentoo-2-b4f24112d62543fa48ff6525fa931ada580c7ab7.zip
Fix docdir for prefix, reported by sebastian_ on irc
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/mpich2/ChangeLog5
-rw-r--r--sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog
index 1ecf881240ab..133433027163 100644
--- a/sys-cluster/mpich2/ChangeLog
+++ b/sys-cluster/mpich2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.75 2012/03/07 01:28:34 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.76 2012/04/16 14:48:24 xarthisius Exp $
+
+ 16 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> mpich2-1.4.1_p1.ebuild:
+ Fix docdir for prefix, reported by sebastian_ on irc
*mpich2-1.4.1_p1 (07 Mar 2012)
diff --git a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
index 0a2701ef9c18..2f42330e0345 100644
--- a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.1 2012/03/07 01:28:34 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.2 2012/04/16 14:48:24 xarthisius Exp $
EAPI=4
@@ -104,7 +104,7 @@ src_configure() {
c="${c} --sysconfdir=${EPREFIX}/etc/${PN}"
econf ${c} ${romio_conf} \
- --docdir=/usr/share/doc/${PF} \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF} \
--with-pm=hydra \
--disable-mpe \
--with-hwloc-prefix="${EPREFIX}/usr" \