summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-06-29 10:46:16 +0000
committerTorsten Veller <tove@gentoo.org>2008-06-29 10:46:16 +0000
commit898e4ff5066e9c438d0a6b463d2ecd156fa96171 (patch)
treec354684f915ba2913a6d6e19eea8f88ceb027dae /app-shells/zsh
parentAdd missing die: || "..." -> || die "..." (diff)
downloadgentoo-2-898e4ff5066e9c438d0a6b463d2ecd156fa96171.tar.gz
gentoo-2-898e4ff5066e9c438d0a6b463d2ecd156fa96171.tar.bz2
gentoo-2-898e4ff5066e9c438d0a6b463d2ecd156fa96171.zip
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r--app-shells/zsh/ChangeLog5
-rw-r--r--app-shells/zsh/zsh-4.3.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index 37112b1d0e53..d8a356708d57 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/zsh
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.133 2008/05/23 12:02:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.134 2008/06/29 10:46:16 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org> zsh-4.3.4-r1.ebuild:
+ Add missing die: || "..." -> || die "..."
23 May 2008; Torsten Veller <tove@gentoo.org> files/zprofile:
Don't extract EDITOR, PAGER from rc.conf (#222793)
diff --git a/app-shells/zsh/zsh-4.3.4-r1.ebuild b/app-shells/zsh/zsh-4.3.4-r1.ebuild
index b85799f99bb5..024e423b7016 100644
--- a/app-shells/zsh/zsh-4.3.4-r1.ebuild
+++ b/app-shells/zsh/zsh-4.3.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.4-r1.ebuild,v 1.9 2008/01/10 09:26:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.3.4-r1.ebuild,v 1.10 2008/06/29 10:46:16 tove Exp $
inherit eutils multilib autotools
@@ -111,7 +111,7 @@ src_install() {
doins "${FILESDIR}"/prompt_gentoo_setup || die
# install miscellaneous scripts; bug #54520
- sed -i -e "s:/usr/local:/usr:g" {Util,Misc}/* || "sed failed"
+ sed -i -e "s:/usr/local:/usr:g" {Util,Misc}/* || die "sed failed"
insinto /usr/share/zsh/${PV%_*}/Util
doins Util/* || die "doins Util scripts failed"
insinto /usr/share/zsh/${PV%_*}/Misc