diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |