[Fusionforge-commits] FusionForge branch GUM updated. 6bfc1114694b5e6be783dc4443bcc971088161cb

Sylvain Beucler beuc-inria at fusionforge.org
Thu Aug 21 18:12:55 CEST 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, GUM has been updated
       via  6bfc1114694b5e6be783dc4443bcc971088161cb (commit)
      from  97626ca15c9b09e1cdddc205b7dd2eef7398536b (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 6bfc1114694b5e6be783dc4443bcc971088161cb
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Aug 21 18:07:49 2014 +0200

    install: shell not part of core

diff --git a/src/GNUmakefile b/src/GNUmakefile
index 3b92a08..d10b64a 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -68,7 +68,7 @@ install-shell: install-base-dirs
 	$(CP_R) cronjobs/shell  $(DESTDIR)$(pkgdatadir)/cronjobs/
 	$(CP_R) post-install.d/shell  $(DESTDIR)$(pkgdatadir)/post-install.d/
 
-install-core: install-base-dirs install-common install-web install-db install-shell
+install-core: install-base-dirs install-common install-web install-db
 
 PLUGINS:=$(shell utils/list-valid-plugins.sh)
 PLUGINS_INSTALL_TARGETS=$(addprefix install-plugin-,$(PLUGINS))
@@ -100,9 +100,12 @@ uninstall:
 
 ## Step 3: configure & update system
 post-install: post-install-core post-install-plugins
-post-install-core:
+post-install-core:  # common+db+web
 	$(pkgdatadir)/post-install.d/core.sh
 
+post-install-shell:
+	$(pkgdatadir)/post-install.d/shell/shell.sh
+
 PLUGINS_INSTALLED:=$(shell ls $(pkgdatadir)/plugins 2>/dev/null)
 PLUGINS_POST_INSTALL_TARGETS=$(addprefix post-install-plugin-,$(PLUGINS_INSTALLED))
 post-install-plugins: $(PLUGINS_POST_INSTALL_TARGETS)

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

Summary of changes:
 src/GNUmakefile |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list