Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common there is no -f in install
details: https://anonhg.NetBSD.org/src/rev/bf39fca53d53
branches: trunk
changeset: 351485:bf39fca53d53
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 16 02:37:32 2017 +0000
description:
there is no -f in install
diffstat:
distrib/common/Makefile.bootcd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ecd8e494f2eb -r bf39fca53d53 distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd Thu Feb 16 01:05:01 2017 +0000
+++ b/distrib/common/Makefile.bootcd Thu Feb 16 02:37:32 2017 +0000
@@ -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 @@
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 ...; \
Home |
Main Index |
Thread Index |
Old Index