dev-perl/Net-SSH-Perl: add missing die.
authorHarri Nieminen <moikkis@gmail.com>
Thu, 7 Dec 2017 08:34:37 +0000 (10:34 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 8 Dec 2017 22:18:00 +0000 (23:18 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6476

dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild

index 0d93ae4aba3c0d9d429f4bea45a3289899056f45..8e279843f964cb486db47409d2fbc62fb5cf41e9 100644 (file)
@@ -42,6 +42,6 @@ PERL_RM_FILES=( # Gentoo integrity checks are used instead
 )
 src_prepare() {
        sed -i -r -e '/signature_target/d' \
-               "${S}/Makefile.PL" || "Can't strip signing controls from Makefile.PL"
+               "${S}/Makefile.PL" || die "Can't strip signing controls from Makefile.PL"
        perl-module_src_prepare
 }