]> git.saurik.com Git - apple/system_cmds.git/blobdiff - zic.tproj/install_zoneinfo.sh
system_cmds-643.1.1.tar.gz
[apple/system_cmds.git] / zic.tproj / install_zoneinfo.sh
index 3fbb7ec5e5b0edcc8b71df3a8bf333b951f7b0cc..ed372b4331e8b54ab542ac874a64c6f5a97010e8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ "${PLATFORM_NAME}" = "iphoneos" ]; then
+if [[ "${PLATFORM_NAME}" == "iphoneos"* ]]; then
 ditto "${BUILT_PRODUCTS_DIR}/zoneinfo" "${DSTROOT}/usr/share/zoneinfo.default"
 ln -hfs "/var/db/timezone/zoneinfo" "${DSTROOT}/usr/share/zoneinfo"
 else