diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-09 02:19:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-09 02:19:04 +0000 |
commit | 9a5f49a08660e894e2a3ca29aa49471dcff2071d (patch) | |
tree | a2d5c1087590c6d25de81052aa2924075fcdd449 /eclass/gst-plugins.eclass | |
parent | repoman: Trim trailing whitespace (diff) | |
download | gentoo-2-9a5f49a08660e894e2a3ca29aa49471dcff2071d.tar.gz gentoo-2-9a5f49a08660e894e2a3ca29aa49471dcff2071d.tar.bz2 gentoo-2-9a5f49a08660e894e2a3ca29aa49471dcff2071d.zip |
prettify comments
Diffstat (limited to 'eclass/gst-plugins.eclass')
-rw-r--r-- | eclass/gst-plugins.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index b0cfc0e45709..19d86e6237e5 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.4 2004/01/09 01:08:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.5 2004/01/09 02:19:04 liquidx Exp $ # Author : foser <foser@gentoo.org> @@ -119,8 +119,9 @@ gst-plugins_update_registry() { gst-plugins_src_unpack() { local makefiles unpack ${A} - + # # Remove generation of any other Makefiles except the plugin's Makefile + # if [ -d "${S}/sys/${GST_PLUGINS_BUILD_DIR}" ]; then makefiles="Makefile sys/Makefile sys/${GST_PLUGINS_BUILD_DIR}/Makefile" elif [ -d "${S}/ext/${GST_PLUGINS_BUILD_DIR}" ]; then |