summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 18:03:17 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 18:03:17 +0000
commit1661a143fd4a27ee1f7670c705443498f0616631 (patch)
treecc46e4b3bfdb65d32ff7e4752e237328bf302512 /dev-haskell/hdoc/hdoc-0.8.3.ebuild
parentFix quoting in ebuild. (diff)
downloadgentoo-2-1661a143fd4a27ee1f7670c705443498f0616631.tar.gz
gentoo-2-1661a143fd4a27ee1f7670c705443498f0616631.tar.bz2
gentoo-2-1661a143fd4a27ee1f7670c705443498f0616631.zip
Fix quoting in ebuild.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/hdoc/hdoc-0.8.3.ebuild')
-rw-r--r--dev-haskell/hdoc/hdoc-0.8.3.ebuild4
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
}