pkgsrc/benchmarks/hbench/patches/patch-ad
garbled 7844b74891 New pkg for hbench-OS-1.0 (hi matt!)
a suite of portable benchmarks to measure the OS and the hardware.
1998-09-05 22:02:19 +00:00

19 lines
599 B
Text

$NetBSD: patch-ad,v 1.1 1998/09/05 22:02:19 garbled Exp $
--- scripts/create-all-summaries.orig Sat Sep 5 09:15:35 1998
+++ scripts/create-all-summaries Sat Sep 5 09:16:09 1998
@@ -31,13 +31,10 @@
#
# $Id: patch-ad,v 1.1 1998/09/05 22:02:19 garbled Exp $
-# Step 1: Discover hbench root path
-HBENCHROOT=`(cd \`dirname $0\`/.. ; pwd)`
-
-for dir in */*
+for dir in XXXPREFIXXXX/share/hbench/*/*
do
if [ -d $dir ]; then
echo Creating summary for $dir...
- ${HBENCHROOT}/scripts/gen-summary $dir > ${dir}/summary
+ XXXPREFIXXXX/bin/hbench/gen-summary $dir > ${dir}/summary
fi
done