From 23fc7b3c9261ba419d49558637d299ca31d1ae14 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 16 Feb 2017 02:37:32 +0000 Subject: [PATCH] there is no -f in install --- distrib/common/Makefile.bootcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/common/Makefile.bootcd b/distrib/common/Makefile.bootcd index 3dfe391430c2..f5ea1f75fd75 100644 --- a/distrib/common/Makefile.bootcd +++ b/distrib/common/Makefile.bootcd @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootcd,v 1.37 2017/02/11 03:07:06 christos Exp $ +# $NetBSD: Makefile.bootcd,v 1.38 2017/02/16 02:37:32 christos Exp $ # # Makefile snipped to create a CD/DVD ISO # @@ -231,7 +231,7 @@ copy-releasedir: release_destdir="${CUROBJDIR}/cdrom"; \ if [ -f $${cde} ]; then \ echo Copying $${cde} to $$release_destdir ...; \ - ${INSTALL} ${COPY} -m 0644 -f $${cde} $${release_destdir}; \ + ${INSTALL} ${COPY} -m 0644 $${cde} $${release_destdir}; \ elif [ -d $${cde} ]; then \ cd $${cde}; \ echo Copying $$(pwd) to $$release_destdir ...; \