From a763031a16ad57e5af43b50bc249bac127cbaa3a Mon Sep 17 00:00:00 2001 From: Samuli Suominen <ssuominen@gentoo.org> Date: Fri, 1 Jan 2010 20:56:59 +0000 Subject: quoting (Portage version: 2.2_rc61/cvs/Linux x86_64) --- app-laptop/ibam/ibam-0.4.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-laptop') diff --git a/app-laptop/ibam/ibam-0.4.ebuild b/app-laptop/ibam/ibam-0.4.ebuild index 7a6866c5b491..18f5618af522 100644 --- a/app-laptop/ibam/ibam-0.4.ebuild +++ b/app-laptop/ibam/ibam-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.4 2007/03/04 20:05:22 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibam/ibam-0.4.ebuild,v 1.5 2010/01/01 20:56:59 ssuominen Exp $ inherit toolchain-funcs @@ -23,7 +23,7 @@ src_unpack() { sed -i \ -e "s:^CFLAGS=-O3:CFLAGS=${CFLAGS}:" \ -e "s:^CC=g++:CC=$(tc-getCXX):" \ - ${S}/Makefile + "${S}"/Makefile || die } src_compile() { @@ -31,7 +31,7 @@ src_compile() { } src_install() { - dobin ibam + dobin ibam || die dodoc CHANGES README REPORT } -- cgit v1.2.3-65-gdbad