Description of problem: http module installed in wrong location Version-Release number of selected component (if applicable): tcl-8.5a5-6.fc7 How reproducible: Always Steps to Reproduce: 1. Install tcl 8.5a5-6 2. Look in /usr/share/tcl8/8.5 Actual results: http-2.5.3.tm is missing; It's found in /usr/share/tcl8/8.4 instead. Expected results: http-2.5.3.tm is found. Additional info: At one point in time this was giving me an error because the http 2.0 package could not be found. This doesn't seem to be a problem with this latest tcl version, other than a cosmetic issue.
Created attachment 147257 [details] install path fix This patch fixes the incorrect install directory in the Makefile.
Shouldn't be also this part in tcl8.5? I'm not sure if anything is needed in tcl8.4 directory. @echo "Installing package platform 1.0.3 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.3.tm; @echo "Installing package platform::shell 1.1.3 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform/shell-1.1.3.tm;
I installed every *.tm into tcl8/8.5. Hope that works. Version tcl-8.5.0