summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. 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)
commitd521ead254617363a27bda6dfaf88f7dd955081d (patch)
tree932b7ad47b273e3ad7283658f3e697341288d384 /build
parent847c334259c2ca9e77b47801e47db1fbfb1a56a6 (diff)
build: Run oh-fixperms.
This unset the x bits in the modes of all of the shared objects.
Diffstat (limited to 'build')
-rwxr-xr-xbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/build b/build
index c32384a..67d94ea 100755
--- a/build
+++ b/build
@@ -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) \