diff options
Diffstat (limited to 'dev-haskell/hdoc/hdoc-0.8.3.ebuild')
-rw-r--r-- | dev-haskell/hdoc/hdoc-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hdoc/hdoc-0.8.3.ebuild b/dev-haskell/hdoc/hdoc-0.8.3.ebuild index fe7b8c62b6fa..24ab2e72f78e 100644 --- a/dev-haskell/hdoc/hdoc-0.8.3.ebuild +++ b/dev-haskell/hdoc/hdoc-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.11 2007/10/31 13:02:03 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.12 2007/12/13 18:03:17 dcoutts Exp $ DESCRIPTION="A documentation generator for Haskell" HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/" @@ -21,6 +21,6 @@ src_compile() { src_install () { # DESTDIR does not work, but only bindir is used ... - make bindir=${D}/usr/bin install || die "installation failed" + make bindir="${D}/usr/bin" install || die "installation failed" dodoc docs/hdoc.pdf } |