[Fusionforge-commits] FusionForge branch master updated. bd7c4c504a1c0d4d5aa5abca8745600cef0de072
Franck VILLAUME
nerville at fusionforge.org
Sun Nov 10 14:23:18 CET 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via bd7c4c504a1c0d4d5aa5abca8745600cef0de072 (commit)
from 3c913b0702766306619ce6428313184169b7be4d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bd7c4c504a1c0d4d5aa5abca8745600cef0de072
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date: Sun Nov 10 14:23:13 2013 +0100
install-ng: fix wrong plugin names
diff --git a/src/install/install2 b/src/install/install2
index ec041ab..eb695c1 100755
--- a/src/install/install2
+++ b/src/install/install2
@@ -238,7 +238,7 @@ install2_files(){
mkdir -p plugins
fi
cd $fusionforge_src_dir/www/plugins
- for plugin in cvstracker message scmcvs fckeditor blocks authbuiltin mantis mediawiki online_help projects_hierarchy quota_management moinmoin
+ for plugin in cvstracker message scmcvs fckeditor blocks authbuiltin mantisbt mediawiki online_help projects-hierarchy quota_management moinmoin
do
if [ ! -L "$plugin" ]
then
-----------------------------------------------------------------------
Summary of changes:
src/install/install2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list