diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-24 15:51:55 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-24 15:51:55 +0000 |
commit | 08c40d796d46b15e98932ea309b79339f06a3421 (patch) | |
tree | 932ae2d6df22ef329c9c5dcbeba79414290735d2 | |
parent | fix #111880 (again) (diff) | |
download | gentoo-2-08c40d796d46b15e98932ea309b79339f06a3421.tar.gz gentoo-2-08c40d796d46b15e98932ea309b79339f06a3421.tar.bz2 gentoo-2-08c40d796d46b15e98932ea309b79339f06a3421.zip |
remove dodoc on non-existant file
(Portage version: 2.2_rc38/cvs/Linux x86_64)
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild b/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild index 26e37bddfd15..74f7036be8a1 100644 --- a/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v 1.11 2008/04/03 10:24:04 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v 1.12 2009/08/24 15:51:55 beandog Exp $ inherit eutils distutils @@ -34,7 +34,7 @@ src_install() { cp config/webapp-config "${D}"/etc/vhosts/ keepdir /usr/share/webapps keepdir /var/db/webapps - dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt TODO.txt CHANGES.txt examples/postinstall-en.txt + dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt CHANGES.txt examples/postinstall-en.txt doman doc/webapp-config.5 doc/webapp-config.8 dohtml doc/webapp-config.5.html doc/webapp-config.8.html } |