From 3b9eb677188e33ab91df1d2a8215a8ba44f5c043 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Thu, 06 Jun 2019 11:04:22 -0400
Subject: build: Remove unnecessary line continuation

Also improve a comment.
---
diff --git a/build b/build
index 5691dc5..7c4b0be 100755
--- a/build
+++ b/build
@@ -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.
--
cgit v0.9.1