summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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