summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-05-14 12:43:39 +0000
committergdt <gdt@pkgsrc.org>2014-05-14 12:43:39 +0000
commit396d9a75d14415ebe64cd0c85f8a6dc01d537480 (patch)
tree720a8baf16eb41d49922aa7e815267d8dbac2a8e /sysutils
parentce99ef5c894c2c91cb177128b9079ce458577cdd (diff)
downloadpkgsrc-396d9a75d14415ebe64cd0c85f8a6dc01d537480.tar.gz
Use -f in ${CP} to place files into the source tree.
This resolves failures when rerunning make after a build failure when one's source tree is mode 444.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools42/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools42/Makefile b/sysutils/xentools42/Makefile
index de0fd5e7801..5536ad11426 100644
--- a/sysutils/xentools42/Makefile
+++ b/sysutils/xentools42/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/05/09 07:37:20 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2014/05/14 12:43:39 gdt Exp $
VERSION= 4.2.4
VERSION_IPXE= 1.0.0
@@ -196,7 +196,7 @@ CONF_FILES_PERMS+= ${EGDIR}/scripts/${s} ${PKG_SYSCONFDIR}/scripts/${s} \
pre-build:
rm -f ${WRKSRC}/check/check_x11_devel
.for s in ${BLKTAP_FILES}
- ${CP} ${FILESDIR}/${s} ${WRKSRC}/blktap/drivers/
+ ${CP} -f ${FILESDIR}/${s} ${WRKSRC}/blktap/drivers/
.endfor
${SED} -e "s,@XENDCONFDIR@,${PKG_SYSCONFDIR},g" \
${XENTOP}/docs/man/xl.pod.1 |\