aboutsummaryrefslogtreecommitdiffstats
path: root/tools/security/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/security/Makefile')
-rw-r--r--tools/security/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/security/Makefile b/tools/security/Makefile
index 975115189f..4ba944bb8b 100644
--- a/tools/security/Makefile
+++ b/tools/security/Makefile
@@ -51,10 +51,10 @@ install: all $(ACM_CONFIG_FILE)
$(INSTALL_DIR) $(DESTDIR)$(ACM_POLICY_DIR)
$(INSTALL_DATA) policies/$(ACM_SCHEMA) $(DESTDIR)$(ACM_POLICY_DIR)
$(INSTALL_DIR) $(DESTDIR)$(ACM_POLICY_DIR)/example
- for i in $(ACM_EXAMPLES); do \
+ set -e; for i in $(ACM_EXAMPLES); do \
$(INSTALL_DATA) policies/example/$$i-$(ACM_POLICY_SUFFIX) $(DESTDIR)$(ACM_POLICY_DIR)/example/; \
done
- for i in $(ACM_DEF_POLICIES); do \
+ set -e; for i in $(ACM_DEF_POLICIES); do \
$(INSTALL_DATA) policies/$$i-$(ACM_POLICY_SUFFIX) $(DESTDIR)$(ACM_POLICY_DIR); \
done
$(INSTALL_DIR) $(DESTDIR)$(ACM_SCRIPT_DIR)