Module Name: src
Committed By: christos
Date: Thu Feb 16 02:37:32 UTC 2017
Modified Files:
src/distrib/common: Makefile.bootcd
Log Message:
there is no -f in install
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/distrib/common/Makefile.bootcd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/common/Makefile.bootcd
diff -u src/distrib/common/Makefile.bootcd:1.37 src/distrib/common/Makefile.bootcd:1.38
--- src/distrib/common/Makefile.bootcd:1.37 Fri Feb 10 22:07:06 2017
+++ src/distrib/common/Makefile.bootcd Wed Feb 15 21:37:32 2017
@@ -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 ...; \