summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 02:32:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 02:32:36 (EDT)
commit1af50d1f8edb518665d06ca4ca1a991f3103dce8 (patch)
tree41c651d546a44d3b78480d268d01dedb0a041362
parent83296b5e1eb9f40ceee4c161e201aedd8a642ba5 (diff)
build: Fix line continuation
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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)"