From adcdd354dce94a57dc16c0d61417262da8a85ea5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 19 Oct 2000 20:25:58 +0000 Subject: [PATCH] (install): remove mode 0555 to make everything consistent git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9126 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/Makefile.in b/lib/des/Makefile.in index 3b1301e3d..ac2041bc3 100644 --- a/lib/des/Makefile.in +++ b/lib/des/Makefile.in @@ -87,7 +87,7 @@ des_enc.o: des_enc.c install: all $(MKINSTALLDIRS) $(DESTDIR)$(libdir) - $(INSTALL_DATA) -m 0555 $(LIB) $(DESTDIR)$(libdir)/$(LIB) + $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)/$(LIB) @install_symlink_command@ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) for x in $(PROGS2INSTALL); do \