summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2008-11-23 09:46:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2008-11-23 09:46:22 +0000
commitae8fe61fbe526a52285f45f72eeacbf0ac5b44f9 (patch)
treef5f87cc1e34670771071d2df7e513b7604b8c7f5 /app-benchmarks/dbench/dbench-2.0.ebuild
parentVersion bumped. (diff)
downloadhistorical-ae8fe61fbe526a52285f45f72eeacbf0ac5b44f9.tar.gz
historical-ae8fe61fbe526a52285f45f72eeacbf0ac5b44f9.tar.bz2
historical-ae8fe61fbe526a52285f45f72eeacbf0ac5b44f9.zip
Bump to 4.0, fixups on 2.0, benchmark herd taking over the world one
package at a time Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'app-benchmarks/dbench/dbench-2.0.ebuild')
-rw-r--r--app-benchmarks/dbench/dbench-2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/dbench/dbench-2.0.ebuild b/app-benchmarks/dbench/dbench-2.0.ebuild
index cb0f1a7b0b50..557475308ad4 100644
--- a/app-benchmarks/dbench/dbench-2.0.ebuild
+++ b/app-benchmarks/dbench/dbench-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.20 2007/02/18 18:18:01 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.21 2008/11/23 09:46:22 patrick Exp $
DESCRIPTION="Popular filesystem benchmark"
SRC_URI="ftp://samba.org/pub/tridge/dbench/${P}.tar.gz"
@@ -13,7 +13,7 @@ DEPEND="sys-apps/sed"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i -e "s:-O2 -Wall:${CFLAGS}:g" Makefile
}