summaryrefslogtreecommitdiff
path: root/benchmarks/hbench
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-26 12:54:24 +0000
committeragc <agc@pkgsrc.org>2001-10-26 12:54:24 +0000
commitc6170d9f6eb3396b41f8691ded1887dd173c8b63 (patch)
tree25b28f2017c9c89649e3baf604a29b443dc4de83 /benchmarks/hbench
parenta0949d40a78698f884664a87d9a3d6f3ec3a2a98 (diff)
downloadpkgsrc-c6170d9f6eb3396b41f8691ded1887dd173c8b63.tar.gz
As this script is called directly by the package Makefile, move it out
of the scripts directory, so that we don't confuse it with one of the automatically called scripts in bsd.pkg.mk
Diffstat (limited to 'benchmarks/hbench')
-rw-r--r--benchmarks/hbench/Makefile4
-rwxr-xr-xbenchmarks/hbench/files/do-install (renamed from benchmarks/hbench/scripts/do-install)2
2 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 3169fe14b84..759fb792466 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/09/22 20:48:28 jdolecek Exp $
+# $NetBSD: Makefile,v 1.16 2001/10/26 12:54:24 agc Exp $
DISTNAME= hbench-OS-1.0
PKGNAME= hbench-1.0nb1
@@ -40,7 +40,7 @@ post-configure:
@ ${CHMOD} 0755 ${WRKSRC}/scripts/*
do-install:
- @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} ${SCRIPTDIR}/do-install
+ @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} ${FILESDIR}/do-install
benchmark:
@if [ `id -u` != 0 ]; then ${ECHO} "This benchmark must be run as root!" ; exit 1 ; fi
diff --git a/benchmarks/hbench/scripts/do-install b/benchmarks/hbench/files/do-install
index 4890bea83ff..52973c63997 100755
--- a/benchmarks/hbench/scripts/do-install
+++ b/benchmarks/hbench/files/do-install
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: do-install,v 1.3 2000/08/28 23:03:56 wiz Exp $
+# $NetBSD: do-install,v 1.1 2001/10/26 12:54:24 agc Exp $
#
cd $WRKSRC