summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 22:20:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-27 22:20:48 (GMT)
commit0e57f61edee6a4deb2b8d98b9009eb0f4d2d89e7 (patch)
treeaa2006d73fdbfe52d057aafde414f50e0396dd6a
parent0c50d57d0866b97891c2864bc5d03288f80ff595 (diff)
downloadtcl-0e57f61edee6a4deb2b8d98b9009eb0f4d2d89e7.zip
tcl-0e57f61edee6a4deb2b8d98b9009eb0f4d2d89e7.tar.gz
tcl-0e57f61edee6a4deb2b8d98b9009eb0f4d2d89e7.tar.bz2
(hopefully) fix installation on Windows
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index b943ed8..1e05f4d 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -930,7 +930,7 @@ install-libraries: tclConfig tcl-nmake install-msgs install-tzdata
@$(CPY) "$(ROOT)\library\cookiejar\*.gz" \
"$(SCRIPT_INSTALL_DIR)\cookiejar0.1\"
@echo Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/
- @$(CPY) "$(ROOT)\library\opt0.4\*.tcl" \
+ @$(CPY) "$(ROOT)\library\opt\*.tcl" \
"$(SCRIPT_INSTALL_DIR)\opt0.4\"
@echo Installing package http $(PKG_HTTP_VER) as a Tcl Module
@$(COPY) "$(ROOT)\library\http\http.tcl" \