diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 18:01:45 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 18:01:45 +0000 |
commit | dfbc7f237a2caa72f6a939da5b47993859b96505 (patch) | |
tree | f5b22909b2dd7d9193a1eb537da8c07adeab3d47 /dev-haskell/frown/frown-0.6.1-r1.ebuild | |
parent | Fixes for compatability with cabal-1.2 and ghc-6.8. (diff) | |
download | gentoo-2-dfbc7f237a2caa72f6a939da5b47993859b96505.tar.gz gentoo-2-dfbc7f237a2caa72f6a939da5b47993859b96505.tar.bz2 gentoo-2-dfbc7f237a2caa72f6a939da5b47993859b96505.zip |
Fix quoting in ebuild.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/frown/frown-0.6.1-r1.ebuild')
-rw-r--r-- | dev-haskell/frown/frown-0.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/frown/frown-0.6.1-r1.ebuild b/dev-haskell/frown/frown-0.6.1-r1.ebuild index e978c06ab82a..8db2b87c5afa 100644 --- a/dev-haskell/frown/frown-0.6.1-r1.ebuild +++ b/dev-haskell/frown/frown-0.6.1-r1.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/frown/frown-0.6.1-r1.ebuild,v 1.11 2007/10/31 12:56:14 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.12 2007/12/13 18:01:45 dcoutts Exp $ CABAL_FEATURES="bin" inherit haskell-cabal @@ -21,7 +21,7 @@ S="${WORKDIR}/Frown-${PV}" src_unpack() { unpack ${A} # enabling optimisation is strongly recommended - echo "ghc-options: -O" >> ${S}/frown.cabal + echo "ghc-options: -O" >> "${S}/frown.cabal" } src_install() { |