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

Install as 755 not 775.

parent 3b5b9e1e
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,4 @@ version.c: ${OBJS} $(LDAP_LIBDEPEND)
install-local: FORCE
-$(MKDIR) $(bindir)
-mv -f $(bindir)/ud $(bindir)/ud-
$(LTINSTALL) $(INSTALLFLAGS) -m 775 ud $(bindir)
$(LTINSTALL) $(INSTALLFLAGS) -m 755 ud $(bindir)
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