diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-09-01 21:37:24 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-09-01 21:37:48 +0000 |
commit | 0de9f1327427e331d186ea3ff835d97191efd3de (patch) | |
tree | 8babbf8a5bbaa30833e161387c6919290283d709 /sci-astronomy | |
parent | dev-python/tqdm: new ebuild (diff) | |
download | gentoo-0de9f1327427e331d186ea3ff835d97191efd3de.tar.gz gentoo-0de9f1327427e331d186ea3ff835d97191efd3de.tar.bz2 gentoo-0de9f1327427e331d186ea3ff835d97191efd3de.zip |
sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/montage/montage-4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/montage/montage-4.1.ebuild b/sci-astronomy/montage/montage-4.1.ebuild index 37e120759421..a887d9e59a47 100644 --- a/sci-astronomy/montage/montage-4.1.ebuild +++ b/sci-astronomy/montage/montage-4.1.ebuild @@ -52,7 +52,7 @@ src_prepare() { if use mpi; then sed -e 's:# MPICC:MPICC:' \ -e 's:# BINS:BINS:' \ - -i Montage/Makefile || die + -i Montage/Makefile.* || die fi } |