[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / zoneinfo

Diff for /src/share/zoneinfo/Makefile between version 1.12 and 1.13

version 1.12, 2017/10/06 19:58:37 version 1.13, 2019/01/22 05:44:40
Line 83 
Line 83 
         chown -R ${BINOWN}:${BINGRP} ${TZDIR}          chown -R ${BINOWN}:${BINGRP} ${TZDIR}
         find ${TZDIR} \          find ${TZDIR} \
                 -type f -exec chmod a=r {} + -o \                  -type f -exec chmod a=r {} + -o \
                 -type d -exec chmod a=rx {} +                  -type d -exec chmod a=rx,u+w {} +
         ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/iso3166.tab \          ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/iso3166.tab \
             ${DESTDIR}/usr/share/misc              ${DESTDIR}/usr/share/misc
         ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/zone.tab \          ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/zone.tab \

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13