summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 20:56:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 20:56:59 +0000
commita763031a16ad57e5af43b50bc249bac127cbaa3a (patch)
tree07cda329e6f3ad0fc7ba9649dd09028056aeccc0 /app-laptop
parentquoting (diff)
downloadgentoo-2-a763031a16ad57e5af43b50bc249bac127cbaa3a.tar.gz
gentoo-2-a763031a16ad57e5af43b50bc249bac127cbaa3a.tar.bz2
gentoo-2-a763031a16ad57e5af43b50bc249bac127cbaa3a.zip
quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/ibam/ibam-0.4.ebuild8
1 files changed, 4 insertions, 4 deletions
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
}