]> git.sur5r.net Git - openldap/commitdiff
Install as 755 not 775.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 16 Aug 1999 17:22:55 +0000 (17:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 16 Aug 1999 17:22:55 +0000 (17:22 +0000)
clients/ud/Makefile.in

index 0bd64aded74c2b2be664d5193a6afc847e8d879f..0eaf5667b8c077eed0b861db631166a4bb8b4420 100644 (file)
@@ -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)