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

Import missing mkdir in install rule from stable branch.

parent cad8e004
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ fax5version.c: main.o faxtotpc.o $(LDIR)/libldap.a
< Version.c > $@ )
install: rp500 xrpcomp fax500 FORCE
-$(MKDIR) -p $(LDAP_ETCDIR) $(LDAP_BINDIR)
-$(MKDIR) -p $(LDAP_ETCDIR) $(LDAP_BINDIR) $(LDAP_LIBEXECDIR)
$(INSTALL) $(INSTALLFLAGS) -m 755 rp500 $(LDAP_LIBEXECDIR)
$(SED) -e 's%ETCDIR%$(LDAP_LIBEXECDIR)%' xrpcomp > /tmp/xrpcomp.tmp
$(INSTALL) $(INSTALLFLAGS) -m 755 /tmp/xrpcomp.tmp $(LDAP_BINDIR)/xrpcomp
......
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