diff options
Diffstat (limited to 'ipa-server/ipa-install/Makefile')
-rw-r--r-- | ipa-server/ipa-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/Makefile b/ipa-server/ipa-install/Makefile index 46be2c72..a4d510f2 100644 --- a/ipa-server/ipa-install/Makefile +++ b/ipa-server/ipa-install/Makefile @@ -3,7 +3,7 @@ include ../Makefile.common all: ; install: - -mkdir $(SBINDIR) + -mkdir -p $(SBINDIR) install -m 755 ipa-server-install $(SBINDIR) install -m 755 ipa-server-setupssl $(SHAREDIR) |