summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 20:10:47 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-05 20:10:47 +0000
commit7f5c7b5bf88de035f49298ad0570e8ca5827c694 (patch)
treeaaecbe6299b740def6655b86214e796cbd10f886 /dev-python/routes
parentVersion bump. (diff)
downloadgentoo-2-7f5c7b5bf88de035f49298ad0570e8ca5827c694.tar.gz
gentoo-2-7f5c7b5bf88de035f49298ad0570e8ca5827c694.tar.bz2
gentoo-2-7f5c7b5bf88de035f49298ad0570e8ca5827c694.zip
Fix typo.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/routes')
-rw-r--r--dev-python/routes/routes-1.12.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/routes/routes-1.12.3.ebuild b/dev-python/routes/routes-1.12.3.ebuild
index 62d9b61f73db..45b22c86af73 100644
--- a/dev-python/routes/routes-1.12.3.ebuild
+++ b/dev-python/routes/routes-1.12.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.12.3.ebuild,v 1.1 2010/06/05 20:08:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/routes/routes-1.12.3.ebuild,v 1.2 2010/06/05 20:10:47 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -34,7 +34,6 @@ src_install() {
if use doc; then
cd docs/_build/html
docinto html
- dohtml -r docs/_build/html/* || die "dohtml failed"
cp -R [a-z]* _images _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
fi
}