From 1d0326583051661b11a6c6ed02bb887f461cb876 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Apr 2019 14:27:02 -0400 Subject: Revert "build: Work around bug in oh-shlibdeps" This reverts commit 479e23ebc9f3eae2fcfab05d5caebc25302add73. opkbuild handles the missing newline fine anyway. --- 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 -- cgit v0.9.1