pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/lmbench Fixed unprivileged builds: ${CP} ca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fabbddf9e74
branches:  trunk
changeset: 515484:9fabbddf9e74
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 02 20:25:34 2006 +0000

description:
Fixed unprivileged builds: ${CP} cannot overwrite read-only files.

diffstat:

 benchmarks/lmbench/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 167eb49cf7df -r 9fabbddf9e74 benchmarks/lmbench/Makefile
--- a/benchmarks/lmbench/Makefile       Sun Jul 02 19:17:26 2006 +0000
+++ b/benchmarks/lmbench/Makefile       Sun Jul 02 20:25:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/06/30 11:33:13 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/07/02 20:25:34 rillig Exp $
 
 DISTNAME=              lmbench-2alpha11
 PKGNAME=               lmbench-2.11a
@@ -20,7 +20,7 @@
 INSTALLATION_DIRS=     man/man1 man/man3 man/man8
 
 post-extract:
-       ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/scripts/gnu-os
+       ${INSTALL_SCRIPT} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/scripts/gnu-os
 
 post-configure:
        cd ${WRKSRC};                                           \



Home | Main Index | Thread Index | Old Index