From 2e70faa486c0d3b473cd82d89e10c97818b3f6ee Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 6 Jan 2005 05:32:29 +0000 Subject: Don't "cp -p" for *source* files. Builds are usually done as an unprivileged user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.) --- pkgtools/binpatch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/binpatch') diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index fd20af1eada..547cd103023 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/23 03:37:26 atatat Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/06 05:32:29 tv Exp $ # DISTNAME= binpatch-1.0 @@ -17,7 +17,7 @@ NO_CHECKSUM= # defined .include "../../mk/bsd.prefs.mk" do-extract: - @${CP} -Rp ${FILESDIR} ${WRKSRC} + @${CP} -R ${FILESDIR} ${WRKSRC} do-build: @(cd ${WRKSRC}; \ -- cgit v1.2.3