diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-12-21 04:09:38 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-12-21 04:09:38 +0000 |
commit | 7b536e27f4c226625f2247a8fc04b4757992b601 (patch) | |
tree | 073bd622319a7f98c883e0c3523405992984438f /media-sound/pmidi | |
parent | Initial import. Closes #12195. (diff) | |
download | gentoo-2-7b536e27f4c226625f2247a8fc04b4757992b601.tar.gz gentoo-2-7b536e27f4c226625f2247a8fc04b4757992b601.tar.bz2 gentoo-2-7b536e27f4c226625f2247a8fc04b4757992b601.zip |
Typo fix.
Diffstat (limited to 'media-sound/pmidi')
-rw-r--r-- | media-sound/pmidi/pmidi-1.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pmidi/pmidi-1.5.5.ebuild b/media-sound/pmidi/pmidi-1.5.5.ebuild index cea44a5accc8..f3493859acb1 100644 --- a/media-sound/pmidi/pmidi-1.5.5.ebuild +++ b/media-sound/pmidi/pmidi-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pmidi/pmidi-1.5.5.ebuild,v 1.1 2002/12/21 04:03:58 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pmidi/pmidi-1.5.5.ebuild,v 1.2 2002/12/21 04:09:38 agenkin Exp $ DESCRIPTION="Command line midi player for ALSA." HOMEPAGE="http://www.parabola.demon.co.uk/alsa/pmidi.html" @@ -17,7 +17,7 @@ S=${WORKDIR}/${P} src_compile() { econf || die "./configure failed" - emake || make clean + make clean emake || die "Make Failed" } |