From 24a5a733b6534c1157413a238a198236e3ecf69d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Feb 2022 11:27:11 +0200 Subject: Mention another place to add standard pre-installed module --- buildfile | 1 + 1 file changed, 1 insertion(+) diff --git a/buildfile b/buildfile index b4b7a6f..77d7e09 100644 --- a/buildfile +++ b/buildfile @@ -58,6 +58,7 @@ pt = '^version: (.+)$' # - install scripts: prepare, build2-install.sh, and build2-install-*.bat # - build2.org/www/ (module docs symlinks for both public and stage, etc) # - make sure the module has `builds: all` in its manifest +# - make sure the module is listed in the mod array in etc/bootstrap # ver = $process.run_regex($bp 'info:' $src_root/, "$pt", '\1') build2_ver = $process.run_regex($bp 'info:' $src_root/build2/, "$pt", '\1') -- cgit v1.1