summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-12-07 10:34:37 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-12-08 23:18:00 +0100
commit3728204b616b8833adb887130d8fc8f9f7785f98 (patch)
treeff8b1f7c1f24467bdc6ec676c6396c35e36f5ff4 /dev-perl/Net-SSH-Perl
parentapp-accessibility/*: Update Manifest hashes (diff)
downloadgentoo-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.ebuild2
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
}