summaryrefslogtreecommitdiffstats
path: root/etc/isdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/isdn/Makefile')
-rw-r--r--etc/isdn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile
index ec78726..35aad23 100644
--- a/etc/isdn/Makefile
+++ b/etc/isdn/Makefile
@@ -18,9 +18,9 @@ I4BETCFILE= holidays.D \
install:
for i in ${I4BETCPROG} ; do \
- ${INSTALL} -c -o root -g wheel -m 700 $$i ${DESTDIR}/etc/isdn ; \
+ ${INSTALL} ${COPY} -o root -g wheel -m 700 $$i ${DESTDIR}/etc/isdn ; \
done ; \
for i in ${I4BETCFILE} ; do \
- ${INSTALL} -c -o root -g wheel -m 600 $$i ${DESTDIR}/etc/isdn ; \
+ ${INSTALL} ${COPY} -o root -g wheel -m 600 $$i ${DESTDIR}/etc/isdn ; \
done
OpenPOWER on IntegriCloud