From 6cc6771848666666ce1156ea385c04ddb1ce1a1c Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sun, 26 Jul 2020 16:44:35 +0000 Subject: http 2.9.3 works for Tcl 8.6 too --- win/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Makefile.in b/win/Makefile.in index 4985600..7c5c1bc 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -876,7 +876,7 @@ install-libraries: libraries install-tzdata install-msgs $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \ done; @echo "Installing package http 2.9.3 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.7/http-2.9.3.tm"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.3.tm"; @echo "Installing package opt 0.4.7"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ -- cgit v0.12