sci-astronomy/montage: fix sed issue when mpi flag is set (bug #586412)
authorSébastien Fabbro <bicatali@gentoo.org>
Thu, 1 Sep 2016 21:37:24 +0000 (21:37 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Thu, 1 Sep 2016 21:37:48 +0000 (21:37 +0000)
Package-Manager: portage-2.3.0

sci-astronomy/montage/montage-4.1.ebuild

index 37e1207594211d9f1b47c11c8c2172a541820821..a887d9e59a475715ade07ee0159e27c991afe67f 100644 (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
 }