From: Kurt Zeilenga Date: Mon, 16 Aug 1999 17:22:55 +0000 (+0000) Subject: Install as 755 not 775. X-Git-Tag: TWEB_OL_BASE~206 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=412e734763ce844ed8cadf19fe74272f3ff2ac22;p=openldap Install as 755 not 775. --- diff --git a/clients/ud/Makefile.in b/clients/ud/Makefile.in index 0bd64aded7..0eaf5667b8 100644 --- a/clients/ud/Makefile.in +++ b/clients/ud/Makefile.in @@ -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)