summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install/Makefile
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-10-12 12:03:50 -0400
committerSimo Sorce <ssorce@redhat.com>2007-10-12 12:03:50 -0400
commitd2c73bfd4dc48206b9ca2bc59d7fa6b04c2c5bf6 (patch)
treeee164d9f71c8fbacfb63c746be01bebd18c00efe /ipa-server/ipa-install/Makefile
parentbeba92bca0ff10ec09f59a0c9140e9376b12376c (diff)
downloadfreeipa-d2c73bfd4dc48206b9ca2bc59d7fa6b04c2c5bf6.tar.gz
freeipa-d2c73bfd4dc48206b9ca2bc59d7fa6b04c2c5bf6.tar.xz
freeipa-d2c73bfd4dc48206b9ca2bc59d7fa6b04c2c5bf6.zip
Fix make (local-)dist
Diffstat (limited to 'ipa-server/ipa-install/Makefile')
-rw-r--r--ipa-server/ipa-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-install/Makefile b/ipa-server/ipa-install/Makefile
index 46be2c721..a4d510f2a 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)