tk/tk8.5-make.patch

13 lines
677 B
Diff
Raw Normal View History

2008-05-19 12:56:46 +00:00
diff -up tk8.5.2/unix/Makefile.in.ble tk8.5.2/unix/Makefile.in
--- tk8.5.2/unix/Makefile.in.ble 2008-03-28 19:46:36.000000000 +0100
+++ tk8.5.2/unix/Makefile.in 2008-05-19 14:45:52.000000000 +0200
@@ -713,7 +713,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_ST
2008-01-02 13:38:23 +00:00
fi
2012-07-30 09:37:01 +00:00
@echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
2008-01-02 13:38:23 +00:00
@@INSTALL_LIB@
2012-07-30 09:37:01 +00:00
- @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) "${TOP_DIR}/win/tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\
chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\