[Fusionforge-commits] FusionForge branch master updated. ab6164ef40e96cb10c7f27b9a8ea12a6ea685850

Sylvain Beucler beuc-inria at fusionforge.org
Thu Nov 13 10:21:33 CET 2014


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  ab6164ef40e96cb10c7f27b9a8ea12a6ea685850 (commit)
      from  35713bc9318ea6f84bbf3f922cec4fd78fe1036d (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 ab6164ef40e96cb10c7f27b9a8ea12a6ea685850
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Nov 13 10:21:24 2014 +0100

    install: common: fix source install

diff --git a/src/GNUmakefile b/src/GNUmakefile
index 66a84d0..571e3fe 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -171,7 +171,7 @@ post_source_path:=$(shell forge_get_config source_path 2>/dev/null)
 post-install: post-install-base post-install-plugins
 post-install-base: post-install-common post-install-db post-install-web
 post-install-common:
-	$(post_source_path)/post-install.d/common/common.sh
+	$(post_source_path)/post-install.d/common/common.sh configure
 post-install-db:
 	$(post_source_path)/post-install.d/db/db.sh
 post-install-web:

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list