commit: 9f702f98e2f275757dcce36d14387f3754405709 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Feb 10 15:26:07 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 15:26:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f702f98
mail-client/mutt: add some || die()s, thanks jer, bug #647182 Bug: https://bugs.gentoo.org/647182 Package-Manager: Portage-2.3.19, Repoman-2.3.6 mail-client/mutt/mutt-1.9.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mail-client/mutt/mutt-1.9.3.ebuild b/mail-client/mutt/mutt-1.9.3.ebuild index ec439e84326..8e0ba27771f 100644 --- a/mail-client/mutt/mutt-1.9.3.ebuild +++ b/mail-client/mutt/mutt-1.9.3.ebuild @@ -114,8 +114,7 @@ src_prepare() { # the configure script contains some "cleverness" whether or not to setgid # the dotlock program, resulting in bugs like #278332 - sed -i -e 's/@DOTLOCK_GROUP@//' \ - Makefile.in || die "sed failed" + sed -i -e 's/@DOTLOCK_GROUP@//' Makefile.in || die "sed failed" } src_configure() { @@ -229,8 +228,8 @@ src_install() { -e 's#in @docdir@,#at http://www.mutt.org/,#' \ -e "s#@sysconfdir@#${EPREFIX}/etc/${PN}#" \ -e "s#@bindir@#${EPREFIX}/usr/bin#" \ - doc/mutt.man > mutt.1 - cp doc/muttrc.man muttrc.5 + doc/mutt.man > mutt.1 || die + cp doc/muttrc.man muttrc.5 || die doman mutt.1 muttrc.5 else # nuke manpages that should be provided by an MTA, bug #177605