From: Sébastien Fabbro Date: Thu, 1 Sep 2016 21:37:24 +0000 (+0000) Subject: sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0de9f1327427e331d186ea3ff835d97191efd3de;p=gentoo.git sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412) Package-Manager: portage-2.3.0 --- 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 }