summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-25 04:05:52 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-25 04:05:52 +0000
commit39f41f706a214a8408f5d4922440317380ec51b1 (patch)
treee22726fefabe1ad840a05ac3608dd40047bb2d9b /sys-cluster/mpich/mpich-1.2.7_p1.ebuild
parentUpdate homepage, mpich now defaults to mpich2 page instead of mpich1 page. (diff)
downloadhistorical-39f41f706a214a8408f5d4922440317380ec51b1.tar.gz
historical-39f41f706a214a8408f5d4922440317380ec51b1.tar.bz2
historical-39f41f706a214a8408f5d4922440317380ec51b1.zip
(#111797) Fix some errors from trying to do things to nonexistent files.
Package-Manager: portage-2.1.2_pre1-r1
Diffstat (limited to 'sys-cluster/mpich/mpich-1.2.7_p1.ebuild')
-rw-r--r--sys-cluster/mpich/mpich-1.2.7_p1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-cluster/mpich/mpich-1.2.7_p1.ebuild b/sys-cluster/mpich/mpich-1.2.7_p1.ebuild
index 46da8227be54..6bbb5413e120 100644
--- a/sys-cluster/mpich/mpich-1.2.7_p1.ebuild
+++ b/sys-cluster/mpich/mpich-1.2.7_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.7_p1.ebuild,v 1.6 2006/09/25 03:33:44 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.7_p1.ebuild,v 1.7 2006/09/25 04:05:52 dberkholz Exp $
inherit eutils
@@ -100,7 +100,7 @@ src_install() {
# rm -rf ${D}/usr/local
rm -f ${D}/usr/man/mandesc
- mv ${D}/usr/share/{machines*,jumpshot-3,Makefile.sample,upshot} ${D}/usr/share/${PN}
+ mv ${D}/usr/share/{machines*,Makefile.sample} ${D}/usr/share/${PN}
dodoc COPYRIGHT README
use doc && \
@@ -135,9 +135,7 @@ src_install() {
| xargs sed -i -e "s:datadir=.*:datadir=/usr/share/mpich:g"
# those are dangling symlinks
- rm -f \
- ${D}/usr/share/mpich/examples1/mpirun \
- ${D}/usr/share/mpich/examples2/mpirun
+ rm -f ${D}/usr/share/mpich/examples2/mpirun
mv ${D}/usr/man ${D}/usr/share/man