mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix install-local typo
This commit is contained in:
parent
1963dde36d
commit
f634a0d40f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ ldrversion.c: ldapmodrdn.o $(LDAP_LIBDEPEND)
|
|||
-e "s|%VERSION%|$${v}|" \
|
||||
< $(srcdir)/Versionldr.c > $@)
|
||||
|
||||
installlocal: ldapsearch ldapmodify ldapdelete ldapmodrdn ldapadd FORCE
|
||||
install-local: ldapsearch ldapmodify ldapdelete ldapmodrdn ldapadd FORCE
|
||||
-$(MKDIR) -p $(bindir)
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 755 ldapsearch $(bindir)
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 755 ldapmodify $(bindir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue