abinfo "Fixing permission of objects and libraries ..."
find "$PKGDIR"/usr/lib/intel -type f -name "*.o" -exec chmod -v -x {} \;
find "$PKGDIR"/usr/lib/intel -type f -name "*.a" -exec chmod -v -x {} \;
find "$PKGDIR"/usr/lib/intel -type f -name "*.so.*" -exec chmod -v +x {} \;
