From 1661a143fd4a27ee1f7670c705443498f0616631 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Thu, 13 Dec 2007 18:03:17 +0000 Subject: Fix quoting in ebuild. (Portage version: 2.1.3.19) --- dev-haskell/hdoc/hdoc-0.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-haskell/hdoc/hdoc-0.8.3.ebuild') 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 } -- cgit v1.2.3-65-gdbad