diff options
Diffstat (limited to 'app-cdr/tear/tear-1.0_rc1.ebuild')
-rw-r--r-- | app-cdr/tear/tear-1.0_rc1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-cdr/tear/tear-1.0_rc1.ebuild b/app-cdr/tear/tear-1.0_rc1.ebuild index 54f8e0d92ad9..8c2bc3e09cf4 100644 --- a/app-cdr/tear/tear-1.0_rc1.ebuild +++ b/app-cdr/tear/tear-1.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/tear/tear-1.0_rc1.ebuild,v 1.10 2003/09/20 20:46:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/tear/tear-1.0_rc1.ebuild,v 1.11 2003/10/20 11:24:19 lanius Exp $ DESCRIPTION="T.E.A.R. Encodes And Rips CDs into mp3 or ogg files." HOMEPAGE="http://tear.sourceforge.net/" @@ -28,6 +28,10 @@ src_unpack() { mv man-tear tear.1 /usr/bin/groff -man -Tascii tear.1 > /dev/null + + # bug 24566 + sed -i -e 's:my $signal = 0;::' tear + sed -i -e 's:#\tmy $signal:\tmy $signal:' tear } src_install() { |