This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from d2bcb52 more work on the x2gobroker-testagent tool new f08552e fix Makefile The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit f08552e4904576f37ae2adaabcb4ca15fa185a0a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Mar 19 10:18:54 2014 +0100 fix Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fcf9dba..c7a14e0 100755 --- a/Makefile +++ b/Makefile @@ -141,7 +141,6 @@ install: "${DESTDIR}${MANDIR}/man8" ${INSTALL_PROGRAM} bin/x2gobroker bin/x2gobroker-testauth \ "${DESTDIR}${BINDIR}/" - ${INSTALL_PROGRAM} sbin/x2gobroker-keygen "${DESTDIR}${SBINDIR}/" - ${INSTALL_PROGRAM} bin/x2gobroker bin/x2gobroker-testagent \ + ${INSTALL_PROGRAM} sbin/x2gobroker-keygen sbin/x2gobroker-testagent \ "${DESTDIR}${SBINDIR}/" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git