(install): remove mode 0555 to make everything consistent

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9126 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-10-19 20:25:58 +00:00
parent 67240d67cc
commit adcdd354dc

View File

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