summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-11-03 00:34:37 +0000
committergjb <gjb@FreeBSD.org>2016-11-03 00:34:37 +0000
commitfb1704cd33e629a35df3b75fddbf68c437e04168 (patch)
tree5f36c20cabfba1a890976f9c3b6172ec8ce771b5 /etc
parent61d9404c801a8378fd346252ad42c982bf11bef0 (diff)
downloadFreeBSD-src-fb1704cd33e629a35df3b75fddbf68c437e04168.zip
FreeBSD-src-fb1704cd33e629a35df3b75fddbf68c437e04168.tar.gz
MFC r308148, r308150, r308156:
r308148: Fix packaging calendar(1) files. r308150: Fix packaging /usr/share/examples/etc. r308156: Fix packaging /usr/lib{,32}/libgcc_eh{,_p}.a. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b41a806..fe518d2 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -459,7 +459,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
.endif
etc-examples-install: ${META_DEPS}
- cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
+ cd ${.CURDIR}; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 \
${BIN1} ${BIN2} nsmb.conf opieaccess \
${DESTDIR}${SHAREDIR}/examples/etc
OpenPOWER on IntegriCloud