diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-29 04:52:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-29 04:52:11 +0000 |
commit | bfb69cfdb456791c1f164c42166d5fd9cff60ba4 (patch) | |
tree | 822be9ac4db96855de2201a03727fff1501a8b03 /media-sound | |
parent | sandbox violation fix (diff) | |
download | historical-bfb69cfdb456791c1f164c42166d5fd9cff60ba4.tar.gz historical-bfb69cfdb456791c1f164c42166d5fd9cff60ba4.tar.bz2 historical-bfb69cfdb456791c1f164c42166d5fd9cff60ba4.zip |
typo fix
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gqmpeg/gqmpeg-0.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild b/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild index c17b2ba3ec48..2114d7f5e84c 100644 --- a/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild +++ b/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild,v 1.5 2002/07/21 15:24:02 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gqmpeg/gqmpeg-0.13.0.ebuild,v 1.6 2002/07/29 04:52:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="front end to various audio players, including mpg123" @@ -20,7 +20,7 @@ src_compile() { local myconf use nls || myconf="--disable-nls" - econfigure ${myconf} || die + econf ${myconf} || die emake || die } |