Lines Matching refs:installperms
39 # and can be disabled with --disable-installperms, via the WANT_INSTALLPERMS
40 # AM_CONDITIONAL. When disabled, the file 'installperms.sh' in the top-level
69 installperms_sh="$(top_builddir)/installperms.sh"
76 for cmd in $$installperms; do \
88 installperms-exec:
89 @installperms="$(INSTALLPERMS_exec)"; \
90 test -n "$$installperms" && echo "Setting installation permissions on executables"; \
93 installperms-data:
94 @installperms="$(INSTALLPERMS_data)"; \
95 test -n "$$installperms" && echo "Setting installation permissions on data"; \
98 install-exec-hook: installperms-exec
99 install-data-hook: installperms-data
101 # define a rule to initialize the installperms manifest file
103 installperms-init:
105 installperms-init: