mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Import missing mkdir in install rule from stable branch.
This commit is contained in:
parent
cad8e004cb
commit
58a295d838
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user