diff --git a/lib/libtcl/tclConfig.sh b/lib/libtcl/tclConfig.sh index ca87ee89e0b5..8a0689b38011 100644 --- a/lib/libtcl/tclConfig.sh +++ b/lib/libtcl/tclConfig.sh @@ -105,7 +105,7 @@ TCL_UNSHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.a' # different place than the directory containing the source files, this # points to the location of the sources, not the location where Tcl was # compiled. -TCL_SRC_DIR='/c/phk/cvs/src/contrib/tcl' +TCL_SRC_DIR='/usr/src/contrib/tcl' # List of standard directories in which to look for packages during # "package require" commands. Contains the "prefix" directory plus also