diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-12-07 10:34:37 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-08 23:18:00 +0100 |
commit | 3728204b616b8833adb887130d8fc8f9f7785f98 (patch) | |
tree | ff8b1f7c1f24467bdc6ec676c6396c35e36f5ff4 /dev-perl/Net-SSH-Perl | |
parent | app-accessibility/*: Update Manifest hashes (diff) | |
download | gentoo-3728204b616b8833adb887130d8fc8f9f7785f98.tar.gz gentoo-3728204b616b8833adb887130d8fc8f9f7785f98.tar.bz2 gentoo-3728204b616b8833adb887130d8fc8f9f7785f98.zip |
dev-perl/Net-SSH-Perl: add missing die.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6476
Diffstat (limited to 'dev-perl/Net-SSH-Perl')
-rw-r--r-- | dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild index 0d93ae4aba3c..8e279843f964 100644 --- a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild +++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.90.0_p1-r2.ebuild @@ -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 } |