summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-09-13 15:38:54 +0000
committerSamuli Suominen <drac@gentoo.org>2007-09-13 15:38:54 +0000
commit21d94bb95ed4ec46f2861854cbc64663ecadb99d (patch)
treedc3484ae9949352d6a1113cae6d4791ba2aa3b25 /eclass/gst-plugins-good.eclass
parentInitial import from the GNUstep overlay (diff)
downloadgentoo-2-21d94bb95ed4ec46f2861854cbc64663ecadb99d.tar.gz
gentoo-2-21d94bb95ed4ec46f2861854cbc64663ecadb99d.tar.bz2
gentoo-2-21d94bb95ed4ec46f2861854cbc64663ecadb99d.zip
Fix remaining dodoc warnings of gstreamer.
Diffstat (limited to 'eclass/gst-plugins-good.eclass')
-rw-r--r--eclass/gst-plugins-good.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass
index 608d30d20fd9..ace91cc00130 100644
--- a/eclass/gst-plugins-good.eclass
+++ b/eclass/gst-plugins-good.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.13 2007/08/30 10:37:04 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.14 2007/09/13 15:38:54 drac Exp $
# Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org>
@@ -110,7 +110,7 @@ gst-plugins-good_src_install() {
gst-plugins10_find_plugin_dir
einstall || die
- dodoc README
+ [[ -e README ]] && dodoc README
}
EXPORT_FUNCTIONS src_unpack src_compile src_install