tk/tk-8.6.12-make.patch

14 lines
614 B
Diff
Raw Permalink Normal View History

2013-08-15 15:26:25 +00:00
diff --git a/unix/Makefile.in b/unix/Makefile.in
2021-11-23 15:08:42 +00:00
index 010ba48..2372d57 100644
2013-08-15 15:26:25 +00:00
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
2021-11-23 15:08:42 +00:00
@@ -745,7 +745,7 @@ install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}
2013-08-15 15:26:25 +00:00
fi
@echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
@@INSTALL_LIB@
- @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)"
+ @chmod 755 "$(DLL_INSTALL_DIR)/$(LIB_FILE)"
@if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \
$(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\
chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\