X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/e34d6a2fe844b92ea51e672fcbb6bfe0e930712f..c03df0e9b5e00ac087fc7c53f812f6d1dd92f2a8:/zic.tproj/Makefile diff --git a/zic.tproj/Makefile b/zic.tproj/Makefile index d99b266..f2d77db 100644 --- a/zic.tproj/Makefile +++ b/zic.tproj/Makefile @@ -28,7 +28,7 @@ ZONEINFO = $(DSTROOT)/usr/share/zoneinfo # the tzdata*.tar.gz file is automatically unpacked and a version file created # /usr/local/share/tz/tzdata*.tar.gz is installed by the TimeZoneData project DATFILES = $(OBJROOT)/datfiles -TARBALL = $(shell echo /usr/local/share/tz/tzdata*) +TARBALL = $(shell ls $(SDKROOT)/usr/local/share/tz/tzdata* | sort | tail -n 1) DATVERS = $(shell basename $(TARBALL) | sed -e 's,\..*,,' -e 's/^tzdata//') VERSIONFILE = $(ZONEINFO)/+VERSION