diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-09-04 06:48:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-09-04 06:48:12 +0000 |
commit | e6771c50cc48abd3a4a4bec3091003ffa2b1d4f7 (patch) | |
tree | af3c1f8261523be64f1038d79d455c84106e313e /media-plugins | |
parent | changed from econf to configure so --sysconfdir does not get specified (diff) | |
download | historical-e6771c50cc48abd3a4a4bec3091003ffa2b1d4f7.tar.gz historical-e6771c50cc48abd3a4a4bec3091003ffa2b1d4f7.tar.bz2 historical-e6771c50cc48abd3a4a4bec3091003ffa2b1d4f7.zip |
emake->make
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild b/media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild index 38b0f177b5d0..bdebccfd75a7 100644 --- a/media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild +++ b/media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild,v 1.2 2002/08/30 16:54:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/avi-xmms/avi-xmms-1.2.3.ebuild,v 1.3 2002/09/04 06:48:12 seemant Exp $ inherit flag-o-matic @@ -20,7 +20,7 @@ src_compile() { filter-flags -fno-exceptions econf || die - emake || die + emake || make || die } src_install () { |