From e368fa18443b70141cdd3bed804a22c70ddd12af Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 20 Feb 2008 22:14:44 -0500 Subject: Create the selinux installation directory before installing files --- ipa-server/selinux/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ipa-server') diff --git a/ipa-server/selinux/Makefile b/ipa-server/selinux/Makefile index 9fb5bbe40..03c3ee309 100644 --- a/ipa-server/selinux/Makefile +++ b/ipa-server/selinux/Makefile @@ -19,6 +19,7 @@ maintainer-clean: clean distclean: clean install: all + install -d $(POLICY_DIR) install -m 644 ipa_webgui/ipa_webgui.pp $(POLICY_DIR) install -m 644 ipa_kpasswd/ipa_kpasswd.pp $(POLICY_DIR) -- cgit