summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 18:05:21 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 18:05:21 +0000
commit50d1d555f0df3aa24c2c8437446357f64a8a10b9 (patch)
treeb33f647c7b39631abde1a801596c8b844cebb336 /dev-haskell/lhs2tex
parentFix quoting in ebuild. (diff)
downloadgentoo-2-50d1d555f0df3aa24c2c8437446357f64a8a10b9.tar.gz
gentoo-2-50d1d555f0df3aa24c2c8437446357f64a8a10b9.tar.bz2
gentoo-2-50d1d555f0df3aa24c2c8437446357f64a8a10b9.zip
Fix quoting in ebuild.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-haskell/lhs2tex')
-rw-r--r--dev-haskell/lhs2tex/ChangeLog5
-rw-r--r--dev-haskell/lhs2tex/lhs2tex-1.11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/lhs2tex/ChangeLog b/dev-haskell/lhs2tex/ChangeLog
index 7f1ef526bf65..cc39585f167d 100644
--- a/dev-haskell/lhs2tex/ChangeLog
+++ b/dev-haskell/lhs2tex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/lhs2tex
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.19 2007/10/31 13:08:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.20 2007/12/13 18:05:21 dcoutts Exp $
+
+ 13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> lhs2tex-1.11.ebuild:
+ Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> lhs2tex-1.10_pre.ebuild,
lhs2tex-1.11.ebuild:
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild
index bb6026e8f3a4..bed7b54388c4 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.11.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/lhs2tex/lhs2tex-1.11.ebuild,v 1.8 2007/10/31 13:08:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.9 2007/12/13 18:05:21 dcoutts Exp $
DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
@@ -21,7 +21,7 @@ RDEPEND=">=dev-tex/polytable-0.8.2"
src_unpack() {
unpack ${A}
- sed -i "s|-package lang||" ${S}/config.mk.in || die "patch failed"
+ sed -i "s|-package lang||" "${S}/config.mk.in" || die "patch failed"
}
src_compile() {