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-bad.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-bad.eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index 643c7f8a7964..d9801a5bd07a 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.9 2007/08/29 17:35:44 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.10 2007/09/13 15:38:54 drac Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -94,7 +94,7 @@ gst-plugins-bad_src_install() { gst-plugins10_find_plugin_dir einstall || die "install failed" - dodoc README + [[ -e README ]] && dodoc README } EXPORT_FUNCTIONS src_unpack src_compile src_install |