]> git.sur5r.net Git - openldap/commitdiff
Make sure openldap-slurp is created 700
authorKurt Zeilenga <kurt@openldap.org>
Mon, 16 Oct 2000 16:43:42 +0000 (16:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 16 Oct 2000 16:43:42 +0000 (16:43 +0000)
servers/slurpd/Makefile.in

index 613ba59da716d51e4f5e32960fbeaff0a094e192..e36a31507b5d402891f134e1351e7e7be33a80bf 100644 (file)
@@ -45,7 +45,7 @@ version.c: $(OBJS) $(LDAP_LIBDEPEND) $(LDAP_LIBTHREAD_DEPEND)
 
 install-local-srv: FORCE
        -$(MKDIR) $(DESTDIR)$(libexecdir)
-       -$(MKDIR) $(DESTDIR)$(localstatedir)/openldap-slurp
+       @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-slurp
        @(                                                              \
            for prg in $(PROGRAMS); do                                  \
                $(LTINSTALL) $(INSTALLFLAGS) -s -m 755 $$prg$(EXEEXT)   \