mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Install as 755 not 775.
This commit is contained in:
parent
3b5b9e1e5f
commit
412e734763
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue