summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-01-09 02:19:04 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-01-09 02:19:04 +0000
commit7717f92243249f4bf0606ffa00edf9925583439d (patch)
tree062148635ce3bf2077b96690984a5881b2378cea /eclass
parentrepoman: Trim trailing whitespace (diff)
downloadhistorical-7717f92243249f4bf0606ffa00edf9925583439d.tar.gz
historical-7717f92243249f4bf0606ffa00edf9925583439d.tar.bz2
historical-7717f92243249f4bf0606ffa00edf9925583439d.zip
prettify comments
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins.eclass5
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