diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-08 20:29:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-08 20:29:44 (GMT) |
commit | 83337cf80be450db1df41219b8f1683c74797666 (patch) | |
tree | 9cc26ace0456a93ed3118319bbff34d7306dcf93 | |
parent | e7f6b7f4fb45169bccbd300eb6931712d90aeae4 (diff) | |
download | tcl-83337cf80be450db1df41219b8f1683c74797666.zip tcl-83337cf80be450db1df41219b8f1683c74797666.tar.gz tcl-83337cf80be450db1df41219b8f1683c74797666.tar.bz2 |
fix http package installation
-rw-r--r-- | win/Makefile.in | 2 |
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 \ |