diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-02 20:17:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-02 20:17:22 +0000 |
commit | db3fb413a13e639647b1691546b25909545ebaba (patch) | |
tree | c51cfa96b6c43da87a3200c9737f16d5eebd876f /media-sound/exaile | |
parent | Version bump wrt #280061. Thanks to Peter Henriksson for reporting. (diff) | |
download | gentoo-2-db3fb413a13e639647b1691546b25909545ebaba.tar.gz gentoo-2-db3fb413a13e639647b1691546b25909545ebaba.tar.bz2 gentoo-2-db3fb413a13e639647b1691546b25909545ebaba.zip |
Minor typo in USE doc installation.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/exaile-0.3.0_alpha3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/exaile/exaile-0.3.0_alpha3.ebuild b/media-sound/exaile/exaile-0.3.0_alpha3.ebuild index e679865d4721..69a7655943bb 100644 --- a/media-sound/exaile/exaile-0.3.0_alpha3.ebuild +++ b/media-sound/exaile/exaile-0.3.0_alpha3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha3.ebuild,v 1.1 2009/08/02 20:15:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0_alpha3.ebuild,v 1.2 2009/08/02 20:17:22 ssuominen Exp $ EAPI=2 inherit eutils fdo-mime multilib python @@ -55,7 +55,7 @@ src_install() { README SEARCHING || die "dodoc failed" if use doc; then - dohtml -r doc/_build/html || die "dohtml failed" + dohtml -r doc/_build/html/* || die "dohtml failed" fi } |