diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-13 02:40:01 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-13 02:40:01 +0000 |
commit | f04bc4fb986254da92913983a083616bb28d3f12 (patch) | |
tree | eb40fcbbf1d1a57de6f2ed2d8c217275250f1fd2 /x11-plugins | |
parent | Version bump to correct versioning scheme. (diff) | |
download | gentoo-2-f04bc4fb986254da92913983a083616bb28d3f12.tar.gz gentoo-2-f04bc4fb986254da92913983a083616bb28d3f12.tar.bz2 gentoo-2-f04bc4fb986254da92913983a083616bb28d3f12.zip |
fix sed
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmtimer/wmtimer-2.92.ebuild b/x11-plugins/wmtimer/wmtimer-2.92.ebuild index 02542fe2cd74..4efb37f0515b 100644 --- a/x11-plugins/wmtimer/wmtimer-2.92.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.1 2008/01/13 02:32:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.2 2008/01/13 02:40:01 drac Exp $ inherit multilib toolchain-funcs @@ -25,7 +25,7 @@ S=${WORKDIR}/${P}/${PN} src_unpack() { unpack ${A} cd "${S}" - sed -e "s:-g:${CFLAGS}:g" -e "s:-O2::" -i Makefile + sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile } src_compile() { |