summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/build b/build
index bda45f4..3b189fc 100755
--- a/build
+++ b/build
@@ -245,11 +245,13 @@ install-native:
oh-fixperms -d "$(destdir)"
oh-strip -d "$(destdir)"
OPK_PACKAGES="\
- $$(printf '%s\n' $${OPK_PACKAGES} | \
- grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") \
gcc-$(base_version)-$(target) \
g++-$(base_version)-$(target) \
" oh-installfiles -d "$(destdir)"
+ OPK_PACKAGES="\
+ $$(printf '%s\n' $${OPK_PACKAGES} | \
+ grep -Ev "(gcc|g++)-$(base_version)-.*-.*-.*") \
+ " oh-installfiles -d "$(destdir)"
oh-shlibdeps
install-cross: