sci-visualization/visit: missing || die
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 24 Jun 2018 23:02:58 +0000 (01:02 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 25 Jun 2018 04:43:47 +0000 (06:43 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sci-visualization/visit/visit-2.12.3-r1.ebuild

index b8a15ab5cdc948df6f093c9a0f1c31823ffcb67e..14564343708fb6742c5149f631a61bf1ac710745 100644 (file)
@@ -55,7 +55,8 @@ src_prepare() {
        cmake-utils_src_prepare
        use mpi && eapply "${FILESDIR}/${P}-vtkmpi.patch"
 
-       sed -i 's/exec python $frontendlauncherpy $0 ${1+"$@"}/exec '${EPYTHON}' $frontendlauncherpy $0 ${1+"$@"}/g' "bin/frontendlauncher"
+       sed -i 's/exec python $frontendlauncherpy $0 ${1+"$@"}/exec '${EPYTHON}' \
+               $frontendlauncherpy $0 ${1+"$@"}/g' "bin/frontendlauncher" || die
 }
 
 src_configure() {