summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-29 04:52:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-29 04:52:11 +0000
commit7f7deacf058fde306d7cffeca7b1275f72d42ea8 (patch)
tree4dea9c431f5d5456d975d5ebb5f9846bac9aec77 /media-sound/gqmpeg
parentsandbox violation fix (diff)
downloadgentoo-2-7f7deacf058fde306d7cffeca7b1275f72d42ea8.tar.gz
gentoo-2-7f7deacf058fde306d7cffeca7b1275f72d42ea8.tar.bz2
gentoo-2-7f7deacf058fde306d7cffeca7b1275f72d42ea8.zip
typo fix
Diffstat (limited to 'media-sound/gqmpeg')
-rw-r--r--media-sound/gqmpeg/gqmpeg-0.13.0.ebuild4
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
}