diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 18:02:30 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 18:02:30 +0000 |
commit | 1a29510a5fc5bc55d701a4d628b1d0ad4e8b2fb3 (patch) | |
tree | 8e2c24c6edb63401632889141226a54c548b561e /dev-haskell/happy | |
parent | Fix quoting in ebuild. (diff) | |
download | gentoo-2-1a29510a5fc5bc55d701a4d628b1d0ad4e8b2fb3.tar.gz gentoo-2-1a29510a5fc5bc55d701a4d628b1d0ad4e8b2fb3.tar.bz2 gentoo-2-1a29510a5fc5bc55d701a4d628b1d0ad4e8b2fb3.zip |
Fix quoting in ebuild.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index ebf1d3362b39..c5090135f072 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.32 2007/10/31 12:57:48 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.33 2007/12/13 18:02:30 dcoutts Exp $ + + 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> happy-1.16.ebuild: + Fix quoting in ebuild. 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> happy-1.15.ebuild, happy-1.16.ebuild: diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild index 1d889c9961c8..c388cc2a09ff 100644 --- a/dev-haskell/happy/happy-1.16.ebuild +++ b/dev-haskell/happy/happy-1.16.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/happy/happy-1.16.ebuild,v 1.11 2007/10/31 12:57:48 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.12 2007/12/13 18:02:30 dcoutts Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -22,7 +22,7 @@ RDEPEND="" src_unpack() { unpack ${A} - cd ${S}/doc && eautoconf + cd "${S}/doc" && eautoconf } src_compile() { |