diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-23 11:11:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-23 11:11:20 (EDT) |
commit | d521ead254617363a27bda6dfaf88f7dd955081d (patch) | |
tree | 932b7ad47b273e3ad7283658f3e697341288d384 | |
parent | 847c334259c2ca9e77b47801e47db1fbfb1a56a6 (diff) |
build: Run oh-fixperms.
This unset the x bits in the modes of all of the shared objects.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,6 +191,7 @@ $(install_targets): build rm -Rf $(destdir)/usr/share/man/ $(destdir)/usr/share/info/ # TODO: Provide these files in a gcc-*-plugin-dev package. rm -Rf $(destdir)/usr/lib/$(target)/gcc-$(base_version)/plugin/ + oh-fixperms -d "$(destdir)" OPK_PACKAGES="\ gcc-$(base_version)-$(target) \ cpp-$(base_version)-$(target) \ |