diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:36:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 10:36:35 +0000 |
commit | 2883648672a4729ab0663908eb31092ca60864fb (patch) | |
tree | 66fe048de9101e06920a5018eb353eabdaa78529 /net-misc/pipes/pipes-1.16.ebuild | |
parent | quoting, redudant cd S (diff) | |
download | gentoo-2-2883648672a4729ab0663908eb31092ca60864fb.tar.gz gentoo-2-2883648672a4729ab0663908eb31092ca60864fb.tar.bz2 gentoo-2-2883648672a4729ab0663908eb31092ca60864fb.zip |
quoting
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pipes/pipes-1.16.ebuild')
-rw-r--r-- | net-misc/pipes/pipes-1.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild index dbc2691f935e..27bd9fe75b6d 100644 --- a/net-misc/pipes/pipes-1.16.ebuild +++ b/net-misc/pipes/pipes-1.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.7 2009/09/23 19:42:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.8 2010/10/28 10:36:35 ssuominen Exp $ DESCRIPTION="Very versatile TCP pipes" HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "s:-O2:${CFLAGS}:" Makefile || \ |