mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
ud should be installed with mode 755 not 775.
This commit is contained in:
parent
c10c4d6957
commit
27cd66df58
1
CHANGES
1
CHANGES
@ -12,6 +12,7 @@ Changes included in OpenLDAP 1.2.12 Engineering
|
||||
Build Environment
|
||||
Remove extra Digital UNIX symbol (ITS#590)
|
||||
Ignore make clean rm failure
|
||||
Fix ud install mode (ITS#633)
|
||||
|
||||
Changes included in OpenLDAP 1.2.11
|
||||
CVS Tag: OPENLDAP_REL_ENG_1_2_11
|
||||
|
@ -26,4 +26,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…
x
Reference in New Issue
Block a user