The branch, statusflag has been updated via 4cb228d3cfee43162922b2f8fbf4064fd0b39a82 (commit) from 3098bed45d56262d5de490d5fa45f51fb13b975c (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/Makefile b/Makefile index 4d798c6..36f0d01 100755 --- a/Makefile +++ b/Makefile @@ -30,12 +30,12 @@ build: build-arch build-indep build-arch: build_setgidwrappers build_setgidwrappers: - gcc -fPIE -pie -o x2gobroker-command x2gobroker-command.c + gcc -fPIE -pie -o lib/x2gobroker-command src/x2gobroker-command.c build-indep: clean: clean_arch clean_arch: - rm -f src/x2gobroker-command + rm -f lib/x2gobroker-command hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).