summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-01-08 14:31:09 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-01-08 14:31:09 +0000
commit36577bcbb4a9ca6415861ecae8df4a680fe55679 (patch)
tree42a803e9815d0ab7768cbc6952a3e04bd759ff45 /app-crypt/mhash/mhash-0.9.3-r1.ebuild
parentmozextension, to be used with mozilla extensions (diff)
downloadgentoo-2-36577bcbb4a9ca6415861ecae8df4a680fe55679.tar.gz
gentoo-2-36577bcbb4a9ca6415861ecae8df4a680fe55679.tar.bz2
gentoo-2-36577bcbb4a9ca6415861ecae8df4a680fe55679.zip
Fix bug #117310.
(Portage version: 2.0.54)
Diffstat (limited to 'app-crypt/mhash/mhash-0.9.3-r1.ebuild')
-rw-r--r--app-crypt/mhash/mhash-0.9.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/mhash/mhash-0.9.3-r1.ebuild b/app-crypt/mhash/mhash-0.9.3-r1.ebuild
index 34b23de1f907..b3a45b02063c 100644
--- a/app-crypt/mhash/mhash-0.9.3-r1.ebuild
+++ b/app-crypt/mhash/mhash-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.3-r1.ebuild,v 1.1 2005/12/27 03:05:00 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.3-r1.ebuild,v 1.2 2006/01/08 14:31:09 chtekk Exp $
inherit eutils
@@ -36,5 +36,5 @@ src_install() {
dodoc AUTHORS INSTALL NEWS README TODO THANKS ChangeLog
dodoc doc/*.txt doc/skid*
prepalldocs
- cd doc && dohtml mhash.html || die "dohtml failed"
+ cd doc && make mhash.html && dohtml mhash.html || die "dohtml failed"
}