diff --git a/src/bootsupport/modules/include_modules.config b/src/bootsupport/modules/include_modules.config index 223df580..d446ccc8 100644 --- a/src/bootsupport/modules/include_modules.config +++ b/src/bootsupport/modules/include_modules.config @@ -18,7 +18,7 @@ # Files without punkcheck install records are never pruned automatically. # (glob detection: [regexp {[*?\[\]]} $modulematch] in make.tcl bootsupport_localupdate; see also src/bootsupport/AGENTS.md) set bootsupport_modules [list\ - src/vendormodules commandstack\ + modules commandstack\ src/vendormodules cksum\ src/vendormodules cmdline\ src/vendormodules debug\ diff --git a/src/bootsupport/tclpackages.toml b/src/bootsupport/tclpackages.toml index 8437bdd4..d146e77e 100644 --- a/src/bootsupport/tclpackages.toml +++ b/src/bootsupport/tclpackages.toml @@ -44,7 +44,7 @@ [modules.tcl] [[modules.tcl.allplatforms]] name = "commandstack" - source = "src/vendormodules" + source = "modules" [[modules.tcl.allplatforms]] name = "cksum" source = "src/vendormodules"