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

$BINDIR should be $bindir

parent db573ddd
No related branches found
No related tags found
No related merge requests found
...@@ -66,5 +66,5 @@ install-local: ldapsearch ldapmodify ldapdelete ldapmodrdn ldapadd FORCE ...@@ -66,5 +66,5 @@ install-local: ldapsearch ldapmodify ldapdelete ldapmodrdn ldapadd FORCE
$(INSTALL) $(INSTALLFLAGS) -m 755 ldapmodify $(bindir) $(INSTALL) $(INSTALLFLAGS) -m 755 ldapmodify $(bindir)
$(INSTALL) $(INSTALLFLAGS) -m 755 ldapdelete $(bindir) $(INSTALL) $(INSTALLFLAGS) -m 755 ldapdelete $(bindir)
$(INSTALL) $(INSTALLFLAGS) -m 755 ldapmodrdn $(bindir) $(INSTALL) $(INSTALLFLAGS) -m 755 ldapmodrdn $(bindir)
$(RM) $(BINDIR)/ldapadd $(RM) $(bindir)/ldapadd
$(LN) $(BINDIR)/ldapmodify $(bindir)/ldapadd $(LN) $(bindir)/ldapmodify $(bindir)/ldapadd
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