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

Fix install-local typo

parent 1963dde3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment