diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 11:04:22 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 11:04:22 (EDT) |
commit | 3b9eb677188e33ab91df1d2a8215a8ba44f5c043 (patch) | |
tree | 021197654f8b80467def648b70d0811e33da88aa | |
parent | 3c689df49870a683430871630b88be529bbe3400 (diff) |
build: Remove unnecessary line continuation
Also improve a comment.
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ install: build 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 Factory zone. - src/zic -d tzdata.data/usr/share/zoneinfo src/factory; \ + # 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 ln -sf /usr/share/zoneinfo/Factory tzdata.data/etc/localtime # Install time zones. |