From d521ead254617363a27bda6dfaf88f7dd955081d Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
Date: Tue, 23 Apr 2013 11:11:20 -0400
Subject: build: Run oh-fixperms.

This unset the x bits in the modes of all of the shared objects.
---
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) \
--
cgit v0.9.1