diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ install: build if [ x"$${dest}" = x'Etc/UTC' ]; then \ p='tzdata'; \ else \ - p="tzdata-$$(cd src && grep -l \ + p="tzdata-$$(cd src && grep -l \ "^Zone[ ][ ]*$${dest}[ ].*$$" \ $(tables))"; \ fi; \ |