Blame SOURCES/tk-8.6.5-make.patch

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