summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-03-24 11:07:53 +0000
committerMarinus Schraal <foser@gentoo.org>2004-03-24 11:07:53 +0000
commit911f4293c0a221bbeeac4e36365228f5da3ff694 (patch)
treefab5b736385fedbf1bb4213397321c69b7f87c85 /eclass
parentAdded missing "inherit eutils" (Manifest recommit) (diff)
downloadgentoo-2-911f4293c0a221bbeeac4e36365228f5da3ff694.tar.gz
gentoo-2-911f4293c0a221bbeeac4e36365228f5da3ff694.tar.bz2
gentoo-2-911f4293c0a221bbeeac4e36365228f5da3ff694.zip
fix a var
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass
index 4e68d0590069..00c981b890fd 100644
--- a/eclass/gst-plugins.eclass
+++ b/eclass/gst-plugins.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.8 2004/03/24 01:09:28 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.9 2004/03/24 11:07:53 foser Exp $
# Author : foser <foser@gentoo.org>
@@ -160,7 +160,7 @@ gst-plugins_src_compile() {
gst-plugins_src_configure ${@}
- if ! [ -z ${NEED_INTERFACE} ]; then
+ if ! [ -z ${GST_NEED_INTERFACE} ]; then
cd ${S}/gst-libs
emake
fi