[Fusionforge-commits] FusionForge branch master updated. ef9695fbd7a158ed7c9103c06893aaf078c8222c

Franck VILLAUME nerville at fusionforge.org
Sun Dec 15 19:10:20 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  ef9695fbd7a158ed7c9103c06893aaf078c8222c (commit)
      from  d0c01fa8d4f0dbf1ea648e1069c0344909106d78 (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 ef9695fbd7a158ed7c9103c06893aaf078c8222c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Dec 15 19:10:15 2013 +0100

    fix [#520]: install-ng broken. forge dir not set correctly

diff --git a/src/install-ng b/src/install-ng
index 3ca2938..b4eae60 100755
--- a/src/install-ng
+++ b/src/install-ng
@@ -74,7 +74,7 @@ scriptdir=`cd \`dirname $0\`; pwd`
 . $scriptdir/install/detect_os
 
 FUSIONFORGE_DEFAULT_SRC_DIR=$(cd $(dirname $0); pwd)
-FUSIONFORGE_DEFAULT_DIR=$FUSIONFORGE_DEFAULT_SRC_DIR
+FUSIONFORGE_DEFAULT_DIR=$FORGE_HOME
 fusionforge_src_dir=${FUSIONFORGE_SRC_DIR:-$FUSIONFORGE_DEFAULT_SRC_DIR}
 fusionforge_dir=${FUSIONFORGE_DIR:-$FUSIONFORGE_DEFAULT_DIR}
 fusionforge_data_dir=${FUSIONFORGE_DATA_DIR:-/var/lib/gforge}

-----------------------------------------------------------------------

Summary of changes:
 src/install-ng |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list