stop installing libraries mode 0555

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8361 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-06-09 09:24:25 +00:00
parent 096fa0338c
commit 0268cb4d24
9 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ Wall:
install: all
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
-if test "$(LIB)" != ""; then \
$(INSTALL_DATA) -m 0555 $(LIB) $(DESTDIR)$(libdir)/$(LIB) ; \
$(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)/$(LIB) ; \
fi
uninstall: