diff --git a/build.sh b/build.sh index 4e13df09d78f860f8564bc525546c11c6218d45c..dc28732e239d3205ee672899e526aa294f8bc366 100755 --- a/build.sh +++ b/build.sh @@ -236,7 +236,7 @@ cd .. # installation directory. if [ "$install" = "install/strip" ]; then find $install_prefix/bin/ -type f -exec strip {} \; - find $install_prefix -type f -exec chmod a-w,o-rx {} \; + find $install_prefix -type f -exec chmod a-w {} \; fi # In openEuler embedded building system, it need wrap llvm-readelf