summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index d2cd800..c0044f4 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -26,7 +26,7 @@ beforeinstall: etc-examples ${SHARED}
FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
.for file in ${FILES}
copies::
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
.endfor
.endfor
OpenPOWER on IntegriCloud