summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2009-04-02 18:35:45 +0000
committerJustin Bronder <jsbronder@gentoo.org>2009-04-02 18:35:45 +0000
commite791466df856827fe10c8e9839b6f0a196e2265d (patch)
tree36096db7942283b543efbead6180eda833aaa923 /sys-cluster/mpich2/mpich2-1.0.8.ebuild
parentMove media-gfx/gimp USE=webkit mask from use.mask to package.use.mask. Incide... (diff)
downloadgentoo-2-e791466df856827fe10c8e9839b6f0a196e2265d.tar.gz
gentoo-2-e791466df856827fe10c8e9839b6f0a196e2265d.tar.bz2
gentoo-2-e791466df856827fe10c8e9839b6f0a196e2265d.zip
Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/mpich2/mpich2-1.0.8.ebuild')
-rw-r--r--sys-cluster/mpich2/mpich2-1.0.8.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.0.8.ebuild b/sys-cluster/mpich2/mpich2-1.0.8.ebuild
index 71731421c900..1e0c08bf8337 100644
--- a/sys-cluster/mpich2/mpich2-1.0.8.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.4 2009/02/12 03:05:39 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.8.ebuild,v 1.5 2009/04/02 18:35:45 jsbronder Exp $
EAPI=1
inherit python eutils fortran
@@ -193,6 +193,8 @@ src_install() {
sed -i "s,@MPD_CONF_FILE_DIR@,${MPD_CONF_FILE_DIR}," \
"${T}"/${PN}.envd
+ ln -s ../$(get_libdir)/python${PYVER}/site-packages/mpich2/mpdgdbdrv.py \
+ "${D}"/usr/bin/mpdgdbdrv.py
newenvd "${FILESDIR}"/${PN}.envd 25mpich2
}