diff options
-rwxr-xr-x | build | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |