From 479e23ebc9f3eae2fcfab05d5caebc25302add73 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Tue, 02 Apr 2019 04:11:11 -0400
Subject: build: Work around bug in oh-shlibdeps

---
diff --git a/build b/build
index f8a6270..672a8aa 100755
--- a/build
+++ b/build
@@ -40,3 +40,5 @@ install: build
 	oh-strip -k
 	oh-installfiles
 	oh-shlibdeps
+	@# Work around bug in oh-shlibdeps:
+	set -e; for f in *.substvars; do printf '\n' >>"$${f}"; done
--
cgit v0.9.1