tk-8.6.1-make.patch 613 B

12345678910111213
  1. diff --git a/unix/Makefile.in b/unix/Makefile.in
  2. index 3914940..a69df0e 100644
  3. --- a/unix/Makefile.in
  4. +++ b/unix/Makefile.in
  5. @@ -743,7 +743,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) ${WISH_EXE}
  6. fi
  7. @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
  8. @@INSTALL_LIB@
  9. - @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)"
  10. + @chmod 755 "$(DLL_INSTALL_DIR)/$(LIB_FILE)"
  11. @if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \
  12. $(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\
  13. chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\