summaryrefslogtreecommitdiff
path: root/benchmarks/hbench
diff options
context:
space:
mode:
authoragc <agc>2001-10-26 12:54:24 +0000
committeragc <agc>2001-10-26 12:54:24 +0000
commita486428a5c9757d0c7d40535108067e4ca7ebe30 (patch)
tree25b28f2017c9c89649e3baf604a29b443dc4de83 /benchmarks/hbench
parent9cec7137fc7097b5cb6c9c4224a58cd75ab5e11f (diff)
downloadpkgsrc-a486428a5c9757d0c7d40535108067e4ca7ebe30.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