diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 14:22:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-10 14:22:03 +0000 |
commit | 161df1dd4ba757213574f738f40a7d24d1b59ea4 (patch) | |
tree | 62d4b6e1d27b44ea7f1a1936cad6201dd66fc2cd /dev-ml/camlzip | |
parent | amd64 stable (diff) | |
download | gentoo-2-161df1dd4ba757213574f738f40a7d24d1b59ea4.tar.gz gentoo-2-161df1dd4ba757213574f738f40a7d24d1b59ea4.tar.bz2 gentoo-2-161df1dd4ba757213574f738f40a7d24d1b59ea4.zip |
quote dir variables
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r-- | dev-ml/camlzip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlzip/camlzip-1.01-r1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog index 6cd41cd484c7..4ab5fdd37261 100644 --- a/dev-ml/camlzip/ChangeLog +++ b/dev-ml/camlzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlzip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.7 2007/11/10 14:19:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.8 2007/11/10 14:22:03 aballier Exp $ + + 10 Nov 2007; Alexis Ballier <aballier@gentoo.org> camlzip-1.01-r1.ebuild: + quote dir variables 10 Nov 2007; Alexis Ballier <aballier@gentoo.org> -camlzip-1.03.ebuild: cleanup unused version diff --git a/dev-ml/camlzip/camlzip-1.01-r1.ebuild b/dev-ml/camlzip/camlzip-1.01-r1.ebuild index 0a311658ad03..abf828de5de4 100644 --- a/dev-ml/camlzip/camlzip-1.01-r1.ebuild +++ b/dev-ml/camlzip/camlzip-1.01-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild,v 1.2 2004/08/26 12:36:52 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.01-r1.ebuild,v 1.3 2007/11/10 14:22:03 aballier Exp $ inherit findlib eutils @@ -19,9 +19,9 @@ DEPEND=">=dev-lang/ocaml-3.04 \ src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-Makefile-findlib.patch - sed -e "s/VERSION/${PV}/" ${FILESDIR}/META >> META + cd "${S}" + epatch "${FILESDIR}/${P}-Makefile-findlib.patch" + sed -e "s/VERSION/${PV}/" "${FILESDIR}/META" >> META } src_compile() { |