diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-09-13 15:38:54 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-09-13 15:38:54 +0000 |
commit | 21d94bb95ed4ec46f2861854cbc64663ecadb99d (patch) | |
tree | dc3484ae9949352d6a1113cae6d4791ba2aa3b25 /eclass/gst-plugins-base.eclass | |
parent | Initial import from the GNUstep overlay (diff) | |
download | gentoo-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-base.eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 9d9b6f3fd119..90ee91835763 100644 --- a/eclass/gst-plugins-base.eclass +++ b/eclass/gst-plugins-base.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-base.eclass,v 1.6 2006/10/14 20:27:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.7 2007/09/13 15:38:54 drac Exp $ # Author : foser <foser@gentoo.org> @@ -123,7 +123,7 @@ gst-plugins-base_src_install() { gst-plugins10_find_plugin_dir einstall || die - dodoc README + [[ -e README ]] && dodoc README } |