summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index eb1e33c..b6137d8 100755
--- a/build
+++ b/build
@@ -37,7 +37,7 @@ install: build
# Install time zones.
for t in $(tables); do \
grep '^Link' src/$${t} | while read type dest src etc; do \
- rm -f "$${p}.data/usr/share/zoneinfo/$${src}"; \
+ rm -f "tzdata-$${t}.data/usr/share/zoneinfo/$${src}"; \
if [ x"$${dest}" = x'Etc/UTC' ]; then \
p='tzdata'; \
else \