diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 20:57:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 20:57:58 +0000 |
commit | 70ab2549c86f8d5e2f396f96c3b9d607d3a65276 (patch) | |
tree | 6ff79c238118bba53efbaa63376ff5233bb1c877 /app-laptop/ibam | |
parent | Version bump, fixes bug 254241. (diff) | |
download | historical-70ab2549c86f8d5e2f396f96c3b9d607d3a65276.tar.gz historical-70ab2549c86f8d5e2f396f96c3b9d607d3a65276.tar.bz2 historical-70ab2549c86f8d5e2f396f96c3b9d607d3a65276.zip |
quoting
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-laptop/ibam')
-rw-r--r-- | app-laptop/ibam/ibam-0.4.ebuild | 8 |
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 } |