summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-08 00:23:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-08 01:07:41 +0200
commita2cd11851c953b0ce8db1dc3b99745c5b67b335b (patch)
tree4e35944b7cf4e09ff37f3af5caa9c90a31466a62 /dev-perl/Pod-Spell
parentdev-perl/SOAP-WSDL: Bump to version 3.3.0 (diff)
downloadgentoo-a2cd11851c953b0ce8db1dc3b99745c5b67b335b.tar.gz
gentoo-a2cd11851c953b0ce8db1dc3b99745c5b67b335b.tar.bz2
gentoo-a2cd11851c953b0ce8db1dc3b99745c5b67b335b.zip
dev-perl/Pod-Spell: Remove superfluous die
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Pod-Spell')
-rw-r--r--dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild b/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild
index dc563d7c9b1f..8410f85526d3 100644
--- a/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild
+++ b/dev-perl/Pod-Spell/Pod-Spell-1.190.0.ebuild
@@ -40,5 +40,5 @@ DEPEND="${RDEPEND}
src_install() {
perl-module_src_install
- doman "${WORKDIR}"/podspell.1 || die
+ doman "${WORKDIR}"/podspell.1
}