This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from b2766f4 add forgotten man page symlink new bb0bf9e follow-up fix for aef86cda9191731610c29e55ef11221de74928a4 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 bb0bf9e825ae5182d8d52822b3ea03ce2880ad45 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 12:03:30 2014 +0200 follow-up fix for aef86cda9191731610c29e55ef11221de74928a4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a56aaf..c9e7378 100755 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ install: ${INSTALL_FILE} logrotate/x2gobroker-daemon \ "${DESTDIR}/etc/logrotate.d/" mkdir -p "${DESTDIR}${BINDIR}" "${DESTDIR}${SBINDIR}" \ - "${DESTDIR}${MANDIR}/man8" + "${DESTDIR}${MANDIR}/man1" "${DESTDIR}${MANDIR}/man8" ${INSTALL_FILE} man/man1/x2gobroker-daemon.1* \ "${DESTDIR}${MANDIR}/man1" ${INSTALL_FILE} man/man8/x2gobroker-daemon-debug.8* \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git