summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-05-05 17:44:00 +0000
committerPacho Ramos <pacho@gentoo.org>2010-05-05 17:44:00 +0000
commit55e6cfade0e1a40488dc207d87c9d01a2889dc9b (patch)
treefea15b0e5f92c80a582a5c1909e29e3a969a12b9 /media-sound/sound-juicer
parentamd64 stable, bug #314899 (diff)
downloadgentoo-2-55e6cfade0e1a40488dc207d87c9d01a2889dc9b.tar.gz
gentoo-2-55e6cfade0e1a40488dc207d87c9d01a2889dc9b.tar.bz2
gentoo-2-55e6cfade0e1a40488dc207d87c9d01a2889dc9b.zip
Fix die message
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r--media-sound/sound-juicer/ChangeLog5
-rw-r--r--media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog
index 61a55276e574..7656884713dd 100644
--- a/media-sound/sound-juicer/ChangeLog
+++ b/media-sound/sound-juicer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/sound-juicer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.187 2010/05/05 17:38:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.188 2010/05/05 17:44:00 pacho Exp $
+
+ 05 May 2010; Pacho Ramos <pacho@gentoo.org> sound-juicer-2.28.2-r1.ebuild:
+ Fix die message
05 May 2010; Pacho Ramos <pacho@gentoo.org> sound-juicer-2.28.2-r1.ebuild:
amd64 stable, bug #314899
diff --git a/media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild b/media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild
index df8ed795370d..f168948cb46e 100644
--- a/media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild,v 1.2 2010/05/05 17:38:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.28.2-r1.ebuild,v 1.3 2010/05/05 17:44:00 pacho Exp $
EAPI="2"
@@ -61,7 +61,7 @@ src_prepare() {
# Fix intltoolize broken file, see upstream #577133
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
- || die "sed 4 failed"
+ || die "sed failed"
}
pkg_postinst() {