The branch, master has been updated via cf291cfc37e14abbc8242270482662b39e8e08b5 (commit) from 491dda565b50c17cd80e958190ed8b93fcebb4c1 (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 cf291cfc37e14abbc8242270482662b39e8e08b5 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 21:06:50 2012 +0100 install executables to $(libexec), not $(pkglibexec) ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/Makefile.am b/Makefile.am index fcdb845..ab1ae86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ apparmor_DATA = \ lightdm-remote-session-x2go: lightdm-remote-session-x2go.in @sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ -pkglibexec_PROGRAMS = \ +libexec_PROGRAMS = \ socket-sucker \ x2go-session-wrapper hooks/post-receive -- lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM) 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 "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).