summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-08 20:29:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-08 20:29:44 (GMT)
commit83337cf80be450db1df41219b8f1683c74797666 (patch)
tree9cc26ace0456a93ed3118319bbff34d7306dcf93 /win/Makefile.in
parente7f6b7f4fb45169bccbd300eb6931712d90aeae4 (diff)
downloadtcl-83337cf80be450db1df41219b8f1683c74797666.zip
tcl-83337cf80be450db1df41219b8f1683c74797666.tar.gz
tcl-83337cf80be450db1df41219b8f1683c74797666.tar.bz2
fix http package installation
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index bfc4e0d..6f5211e 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -640,7 +640,7 @@ install-libraries: libraries install-tzdata install-msgs
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
@echo "Installing package http 2.8.7 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl7/8.6/http-2.8.7.tm;
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.7.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \