Home | History | Annotate | Download | only in protobuf

Lines Matching full:perm

193     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
818 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
822 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
857 || find "$(distdir)" -type d ! -perm -755 \
859 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
860 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
861 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \