diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-07-08 14:55:53 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-07-08 14:55:53 +0000 |
commit | 352c5e772b24dcbfba38813b8e1d05836e82b6d9 (patch) | |
tree | 06f3df55862a93fa255e7a5ed8de19ba1c1c486b /sys-cluster/openmpi/openmpi-1.4.2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-352c5e772b24dcbfba38813b8e1d05836e82b6d9.tar.gz gentoo-2-352c5e772b24dcbfba38813b8e1d05836e82b6d9.tar.bz2 gentoo-2-352c5e772b24dcbfba38813b8e1d05836e82b6d9.zip |
Fix sysconfdir for prefix. Thanks to rei4dan on #gentoo-science
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.4.2.ebuild')
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.4.2.ebuild b/sys-cluster/openmpi/openmpi-1.4.2.ebuild index 83db49d9e0a7..4f9b5a8d2248 100644 --- a/sys-cluster/openmpi/openmpi-1.4.2.ebuild +++ b/sys-cluster/openmpi/openmpi-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.2.ebuild,v 1.1 2010/06/30 18:36:56 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.2.ebuild,v 1.2 2010/07/08 14:55:53 jsbronder Exp $ EAPI=3 inherit eutils multilib flag-o-matic toolchain-funcs fortran @@ -61,7 +61,7 @@ src_prepare() { src_configure() { local myconf=" - --sysconfdir=/etc/${PN} + --sysconfdir=${EPREFIX}/etc/${PN} --without-xgrid --enable-pretty-print-stacktrace --enable-orterun-prefix-by-default |