From 412e734763ce844ed8cadf19fe74272f3ff2ac22 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 16 Aug 1999 17:22:55 +0000 Subject: [PATCH] Install as 755 not 775. --- clients/ud/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5