From 1af50d1f8edb518665d06ca4ca1a991f3103dce8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 14 May 2019 02:32:36 -0400 Subject: build: Fix line continuation --- diff --git a/build b/build index e56985b..e3e3746 100755 --- a/build +++ b/build @@ -216,7 +216,7 @@ $(installnative_targets): oh-strip -d "$(destdir)" OPK_PACKAGES="\ $$(printf '%s\n' $${OPK_PACKAGES} | \ - grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") + grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") \ gcc-$(base_version)-$(target) \ g++-$(base_version)-$(target) \ " oh-installfiles -d "$(destdir)" -- cgit v0.9.1