diff options
author | Patrick 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) |
commit | 1af50d1f8edb518665d06ca4ca1a991f3103dce8 (patch) | |
tree | 41c651d546a44d3b78480d268d01dedb0a041362 /build | |
parent | 83296b5e1eb9f40ceee4c161e201aedd8a642ba5 (diff) |
build: Fix line continuation
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |