sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)

Package-Manager: portage-2.3.0
This commit is contained in:
Sébastien Fabbro
2016-09-01 21:37:24 +00:00
parent a414f97b75
commit 0de9f13274

View File

@@ -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
}