summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 14:27:02 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 14:27:02 (EDT)
commit1d0326583051661b11a6c6ed02bb887f461cb876 (patch)
tree14d24d44b075dfdc169ffd3c5eacd049e2cb4775
parent45c2f197142f12c78e0deef16998e36e47f85807 (diff)
Revert "build: Work around bug in oh-shlibdeps"
This reverts commit 479e23ebc9f3eae2fcfab05d5caebc25302add73. opkbuild handles the missing newline fine anyway.
-rwxr-xr-xbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/build b/build
index 672a8aa..f8a6270 100755
--- a/build
+++ b/build
@@ -40,5 +40,3 @@ 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