diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-06-16 14:19:23 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-06-16 14:19:23 +0000 |
| commit | 05f3dec72e4e25cdce19d45f4788f0395930a55a (patch) | |
| tree | 549018bf48a7e6d0caabc5758566e9824648623c /share | |
| parent | 9aa2805d01d39d92f9a056e4994e8d66e553541d (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/zoneinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 2f10854cc2e7..7fd6fa31c37f 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -88,7 +88,7 @@ install-zoneinfo: mkdir -p ${DESTDIR}/usr/share/zoneinfo cd ${DESTDIR}/usr/share/zoneinfo; mkdir -p ${TZBUILDSUBDIRS} cd ${TZBUILDDIR} && \ - find -s * -type f -print -exec ${INSTALL} ${TAG_ARGS} \ + find -s * -type f -exec ${INSTALL} ${TAG_ARGS} \ -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ \{} ${DESTDIR}/usr/share/zoneinfo/\{} \; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ |
