diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ install: build install -D src/zdump.8 tzdata-doc.data/usr/share/man/man8 install -D src/zic.8 tzdata-doc.data/usr/share/man/man8 # Install country and zone tables used by tzselect. - cp src/*.tab tzdata.data/usr/share/zoneinfo + install -D src/*.tab tzdata.data/usr/share/zoneinfo # Install the Factory zone and make it the default localtime. src/zic -d tzdata.data/usr/share/zoneinfo src/factory mkdir -p tzdata.data/etc |