ud should be installed with mode 755 not 775.

This commit is contained in:
Kurt Zeilenga 2000-07-21 16:36:08 +00:00
parent c10c4d6957
commit 27cd66df58
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)