summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 04:11:11 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 04:11:11 (EDT)
commit479e23ebc9f3eae2fcfab05d5caebc25302add73 (patch)
tree5b371c41186f1d817d23e6daed8860e09af1d607
parent2428feca1a388148d1c5c185c559561f5560dacf (diff)
build: Work around bug in oh-shlibdeps
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
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