svn commit: r301958 - head/share/zoneinfo

Glen Barber gjb at FreeBSD.org
Thu Jun 16 11:55:26 UTC 2016


Author: gjb
Date: Thu Jun 16 11:55:24 2016
New Revision: 301958
URL: https://svnweb.freebsd.org/changeset/base/301958

Log:
  Revert r301944, which apparently broke zoneinfo install during
  installworld (although I am not sure why).  I'll revisit this
  change after I further understand the cause of the breakage.
  
  Thanks to our secret canary (dhw) for the report.
  
  Approved by:	re (blanket, pkgbase)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/zoneinfo/Makefile

Modified: head/share/zoneinfo/Makefile
==============================================================================
--- head/share/zoneinfo/Makefile	Thu Jun 16 11:51:20 2016	(r301957)
+++ head/share/zoneinfo/Makefile	Thu Jun 16 11:55:24 2016	(r301958)
@@ -82,10 +82,10 @@ zoneinfo: yearistype ${TDATA}
 beforeinstall: install-zoneinfo
 install-zoneinfo:
 	cd ${TZBUILDDIR} && \
-	    find -s * -type f -print -exec ${INSTALL} -T ${TAGS} \
+	    find -s * -type f -print -exec ${INSTALL} \
 	    -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
 	    \{} ${DESTDIR}/usr/share/zoneinfo/\{} \;
-	${INSTALL} -T ${TAGS} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
 	    ${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
 
 afterinstall:


More information about the svn-src-all mailing list