diff options
Diffstat (limited to 'media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild')
-rw-r--r-- | media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild index 8157d3eac56c..d0780b35c4d3 100644 --- a/media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild +++ b/media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild,v 1.3 2004/03/01 05:37:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/timidity-eawpatches/timidity-eawpatches-12-r1.ebuild,v 1.4 2004/04/01 08:39:11 eradicator Exp $ + +inherit eutils S=${WORKDIR}/eawpatches DESCRIPTION="Eric Welsh's GUS patches for TiMidity" @@ -20,7 +22,7 @@ src_unpack() { unrar x "${DISTDIR}/${A}" || die "error unpacking ${DISTDIR}/${A}" # Patch the default configuration so the patches can be found - patch -p0 < "${FILESDIR}/${PN}-12-gentoo.diff" + epatch ${FILESDIR}/${PN}-12-gentoo.diff } src_install () { |