Blame SOURCES/tk-8.6.10-make.patch

ad29e6
diff --git a/unix/Makefile.in b/unix/Makefile.in
ad29e6
index c6f8c25..a3cc8cb 100644
ad29e6
--- a/unix/Makefile.in
ad29e6
+++ b/unix/Makefile.in
ad29e6
@@ -744,7 +744,7 @@ install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}
ad29e6
 	    fi
ad29e6
 	@echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
ad29e6
 	@@INSTALL_LIB@
ad29e6
-	@chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)"
ad29e6
+	@chmod 755 "$(DLL_INSTALL_DIR)/$(LIB_FILE)"
ad29e6
 	@if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \
ad29e6
 	    $(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\
ad29e6
 	    chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\