make sure BSE::Modules is installed
authorTony Cook <tony@develop-help.com>
Fri, 17 Jul 2015 06:32:26 +0000 (16:32 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 17 Jul 2015 06:32:26 +0000 (16:32 +1000)
localinst.perl

index 6aec09c3eef6fc4c097a4be981252456d5d0a064..b3b668123670def6c95d890bff5287d0bb8ac398 100644 (file)
@@ -23,6 +23,9 @@ my $cfg = BSE::Install::cfg();
 
 my $manifest = maniread();
 
+# fake BSE::Modules
+$manifest->{"site/cgi-bin/modules/BSE/Modules.pm"} = "";
+
 install_files("site/htdocs/", public_html_dir());
 install_files("site/templates/", templates_dir());
 install_files("site/cgi-bin", cgi_dir());