projects
/
bse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e05837
)
make sure BSE::Modules is installed
author
Tony Cook
<tony@develop-help.com>
Fri, 17 Jul 2015 06:32:26 +0000
(16:32 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 17 Jul 2015 06:32:26 +0000
(16:32 +1000)
localinst.perl
patch
|
blob
|
blame
|
history
diff --git
a/localinst.perl
b/localinst.perl
index 6aec09c3eef6fc4c097a4be981252456d5d0a064..b3b668123670def6c95d890bff5287d0bb8ac398 100644
(file)
--- a/
localinst.perl
+++ b/
localinst.perl
@@
-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());