(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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user