Tcl Source Code

Artifact [926cb14ea6]
Login

Artifact 926cb14ea643e76fe0b86076826ebe4f8d923c74:

Attachment "tcl-8.5a5-http.patch" to ticket [1655408fff] added by mmaslano 2007-02-09 00:46:53.
--- tcl8.5a5/unix/Makefile.in.http	2007-02-05 13:15:02.000000000 +0100
+++ tcl8.5a5/unix/Makefile.in	2007-02-05 13:59:00.000000000 +0100
@@ -791,7 +791,7 @@
 	    $(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/http1.0; \
 	    done;
 	@echo "Installing package http 2.5.3 as a Tcl Module";
-	@$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.5.3.tm;
+	@$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/http-2.5.3.tm;
 	@echo "Installing library opt0.4 directory";
 	@for j in $(TOP_DIR)/library/opt/*.tcl ; \
 	    do \