Skip to content
Snippets Groups Projects
Commit e414303e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Make sure openldap-slurp is created 700

parent a0760db9
No related branches found
No related tags found
No related merge requests found
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment